<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>php code Archives - Belchamber Web Tools &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/php-code/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/php-code/</link>
	<description>Free Web Tools, Code Snippets, Tutorials and Conversions</description>
	<lastBuildDate>Fri, 25 Dec 2015 18:52:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>General API interface with CURL: A simple way to access most APIs &#8212; use as is or extend as necessary</title>
		<link>https://tools.belchamber.us/general-api-interface-with-curl-a-simple-way-to-access-most-apis-use-as-is-or-extend-as-necessary/</link>
					<comments>https://tools.belchamber.us/general-api-interface-with-curl-a-simple-way-to-access-most-apis-use-as-is-or-extend-as-necessary/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 26 Dec 2015 15:43:53 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[API tips]]></category>
		<category><![CDATA[php code]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=979</guid>

					<description><![CDATA[<p>Since you likely interface with a lot of external APIs, there&#8217;s no need to keep rewriting the same tool.  Just copy this and use the &#8220;apiBaseController&#8221; class as you need it.  It&#8217;s a good, clean way to start any API accessing project! &#60;?php /** * Class apiBaseController * * Any access of APIs outside of [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/general-api-interface-with-curl-a-simple-way-to-access-most-apis-use-as-is-or-extend-as-necessary/">General API interface with CURL: A simple way to access most APIs &#8212; use as is or extend as necessary</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/general-api-interface-with-curl-a-simple-way-to-access-most-apis-use-as-is-or-extend-as-necessary/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">979</post-id>	</item>
		<item>
		<title>Re-authenticating users in Symfony&#8217;s FOS User Bundle automatically from other authentication and separate user login systems</title>
		<link>https://tools.belchamber.us/re-authenticating-users-in-symfonys-fos-user-bundle-automatically-from-other-authentication-and-separate-user-login-systems/</link>
					<comments>https://tools.belchamber.us/re-authenticating-users-in-symfonys-fos-user-bundle-automatically-from-other-authentication-and-separate-user-login-systems/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 13 Jun 2015 14:26:04 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[fosuserbundle]]></category>
		<category><![CDATA[php code]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=848</guid>

					<description><![CDATA[<p>Let&#8217;s say your website uses Symfony&#8217;s &#8220;Friends of Symfony&#8221; FOS User Bundle but you also have different internal systems and other ways users can authenticate.  You don&#8217;t want to keep pestering the user to log back in, the better solution is to get your authentication system that&#8217;s outside the FOS User Bundle to talk to [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/re-authenticating-users-in-symfonys-fos-user-bundle-automatically-from-other-authentication-and-separate-user-login-systems/">Re-authenticating users in Symfony&#8217;s FOS User Bundle automatically from other authentication and separate user login systems</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/re-authenticating-users-in-symfonys-fos-user-bundle-automatically-from-other-authentication-and-separate-user-login-systems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">848</post-id>	</item>
	</channel>
</rss>
