<?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>Rochak Chauhan::Unpredictably Exciting &#187; Download PHP classes</title>
	<atom:link href="http://rochakchauhan.com/blog/tag/download-php-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://rochakchauhan.com/blog</link>
	<description>Know your limits, but never stop trying to exceed them.</description>
	<lastBuildDate>Thu, 03 May 2012 11:48:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>YouTube API :: Get the video download URL using the YouTube API</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:26:05 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[YouTube API]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=774</guid>
		<description><![CDATA[This class can be used to retrieve YouTube video details using the YouTube API. It accesses the YouTube GData API Web server and issues a request retrieve information about videos that match a given keyword. The class retrieves all the details of the matching videos like: titles, video URL for download in Flash or 3GPP &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This class can be used to retrieve YouTube video details using the YouTube API. It accesses the YouTube GData API Web server and issues a request retrieve information about videos that match a given keyword.<br />
The class retrieves all the details of the matching videos like: titles, video URL for download in Flash or 3GPP (for mobile) formats and video thumbnail image URL.</strong></p>
<p><strong>Demo:</strong></p>
<ul>
<li><a title="Online Demo" href="http://demo.dmwtechnologies.com/PHP/YouTubeAPI" target="_blank">http://demo.dmwtechnologies.com/PHP/YouTubeAPI</a><strong><br />
</strong></li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/4664.html" target="_blank">http://www.phpclasses.org/browse/package/4664.html</a></li>
<li><a href="http://phpclasses.dmwtechnologies.com/browse/package/4664.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/4664.html</a> (mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Text To Image :: Render a text string as an image</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:15:05 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[Text To Image]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=769</guid>
		<description><![CDATA[This is a simple class that can render a given text string as an image. The class renders the text in given position of an image of a given width and height using a font of a given size. It can take the text foreground and background color parameters by value or by name. The &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This is a simple class that can render a given text string as an image. The class renders the text in given position of an image of a given width and height using a font of a given size.<br />
It can take the text foreground and background color parameters by value or by name. The rendered text image can be served in the GIF, JPEG or PNG formats.</strong></p>
<p><strong>Demo:</strong></p>
<ul>
<li><a title="Online Demo" href="http://demo.dmwtechnologies.com/PHP/TextToImage/" target="_blank">http://demo.dmwtechnologies.com/PHP/TextToImage/</a><strong><br />
</strong></li>
</ul>
<p><strong>Download: </strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/2349.html" target="_blank">http://www.phpclasses.org/browse/package/2349.html</a></li>
<li><a href="http://phpclasses.dmwtechnologies.com/browse/package/2349.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2349.html</a> (mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/feed/</wfw:commentRss>
		<slash:comments>459</slash:comments>
		</item>
		<item>
		<title>Tag Cloud Generator :: Generate tag cloud from lists of links</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:07:47 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[Tag Cloud Generator]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=765</guid>
		<description><![CDATA[This package can be used to generate tag clouds from lists of links. It can take a list of links either as strings, arrays, or files in the CSV format. The class generates a tag cloud with different colors and sizes for each link according to the respective weight. Update: Now this version also enables &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This package can be used to generate tag clouds from lists of links. It can take a list of links either as strings, arrays, or files in the CSV format.</strong></p>
<p><strong>The class generates a tag cloud with different colors and sizes for each link according to the respective weight. Update: Now this version also enables you to extract tags from a paragraph/text.</strong></p>
<p><strong>Demo:</strong></p>
<ul>
<li><a title="Online Demo" href="http://demo.dmwtechnologies.com/PHP/TagCloudGenerator/" target="_blank">http://demo.dmwtechnologies.com/PHP/TagCloudGenerator/</a><strong><br />
</strong></li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/4158.html" target="_blank">http://www.phpclasses.org/browse/package/4158.html</a></li>
<li><a href="http://phpclasses.dmwtechnologies.com/browse/package/4158.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/4158.html</a> (mirror)<strong><br />
</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Simple AJAX :: Execute server side actions without page reloading</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/simple-ajax-execute-server-side-actions-without-page-reloading/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/simple-ajax-execute-server-side-actions-without-page-reloading/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:04:52 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[Free PHP C]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[Simple AJAX]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=763</guid>
		<description><![CDATA[This class can be used to execute server side actions without reloading the current page.  It uses XMLHttpRequest objects to send the what is known as AJAX requests and collects the responses that can be used to update parts of a page. The AJAX requests can be associated to server side PHP scripts that execute &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/simple-ajax-execute-server-side-actions-without-page-reloading/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This class can be used to execute server side actions without reloading the current page.  It uses XMLHttpRequest objects to send the what is known as AJAX requests and collects the responses that can be used to update parts of a page.<br />
The AJAX requests can be associated to server side PHP scripts that execute the necessary actions and output the request responses.</strong></p>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/2718.html" target="_blank">http://www.phpclasses.org/browse/package/2718.html</a></li>
<li><a href="http://phpclasses.dmwtechnologies.com/browse/package/2718.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2718.html</a> (mirror)</li>
</ul>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/simple-ajax-execute-server-side-actions-without-page-reloading/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>PHP Obfuscator :: Obfuscate PHP as base64 encoded strings</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-obfuscator-obfuscate-php-as-base64-encoded-strings/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-obfuscator-obfuscate-php-as-base64-encoded-strings/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:47:19 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Obfuscator]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=753</guid>
		<description><![CDATA[This class can be used to obfuscate PHP scripts. It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm. The generates script is saved to a file with a given name. Demo: http://demo.dmwtechnologies.com/PHP/PhpObfuscator/ Download: http://www.phpclasses.org/browse/package/4926.html http://phpclasses.dmwtechnologies.com/browse/package/4926.html (demo)]]></description>
			<content:encoded><![CDATA[<p><strong>This class can be used to obfuscate PHP scripts. It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm.<br />
The generates script is saved to a file with a given name.</strong></p>
<p><strong>Demo:</strong></p>
<ul>
<li><a title="Online Demo" href="http://demo.dmwtechnologies.com/PHP/PhpObfuscator/" target="_blank">http://demo.dmwtechnologies.com/PHP/PhpObfuscator/</a><strong><br />
</strong></li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li>http://www.phpclasses.org/browse/package/4926.html</li>
<li>http://phpclasses.dmwtechnologies.com/browse/package/4926.html (demo)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-obfuscator-obfuscate-php-as-base64-encoded-strings/feed/</wfw:commentRss>
		<slash:comments>590</slash:comments>
		</item>
		<item>
		<title>PHP Fancy Directory Browsing :: List the contents of directories in a Web page</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-fancy-directory-browsing-list-the-contents-of-directories-in-a-web-page/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-fancy-directory-browsing-list-the-contents-of-directories-in-a-web-page/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:37:18 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Fancy Directory Browsing]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=750</guid>
		<description><![CDATA[This class can be used to list the contents of directories in a Web page. It can extract the list of directories and files and output the listing as an HTML table. The directories are display as links to continue browsing their contents. The files are displayed as links to show their contents depending on &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/php-fancy-directory-browsing-list-the-contents-of-directories-in-a-web-page/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This class can be used to list the contents of directories in a Web page. It can extract the list of directories and files and output the listing as an HTML table.<br />
The directories are display as links to continue browsing their contents. The files are displayed as links to show their contents depending on the file type</strong>.</p>
<p><strong>Demo</strong></p>
<ul>
<li><a title="Online Demo" href="http://demo.dmwtechnologies.com/PHP/PhpFancyDirectoryBrowsing/" target="_blank">http://demo.dmwtechnologies.com/PHP/PhpFancyDirectoryBrowsing/</a></li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/4962.html" target="_blank">http://www.phpclasses.org/browse/package/4962.html</a></li>
<li><a href="http://phpclasses.dmwtechnologies.com/browse/package/4962.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/4962.html</a> (mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-fancy-directory-browsing-list-the-contents-of-directories-in-a-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Debugger :: Output debugging information of the current script</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-debugger-output-debugging-information-of-the-current-script/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-debugger-output-debugging-information-of-the-current-script/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:34:16 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Debugger]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=748</guid>
		<description><![CDATA[This is a simple class that can output debugging information about the current PHP script that is being executed. The class has one main function that uses PHP backtracing support to determine from where it was called, ancestor functions or classes that called the current function and the argument types and values that were passed. &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/php-debugger-output-debugging-information-of-the-current-script/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This is a simple class that can output debugging information about the current PHP script that is being executed. The class has one main function that uses PHP backtracing support to determine from where it was called, ancestor functions or classes that called the current function and the argument types and values that were passed.<br />
The class display this debug information formatted in an HTML table.</strong></p>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/2381.html" target="_blank">http://www.phpclasses.org/browse/package/2381.html</a></li>
<li><a href="http://phpclasses.dmwtechnologies.com/browse/package/2381.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2381.html</a><strong> </strong>(mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-debugger-output-debugging-information-of-the-current-script/feed/</wfw:commentRss>
		<slash:comments>508</slash:comments>
		</item>
		<item>
		<title>Mail Server Info :: Lookup DNS to obtain the SMTP servers of a domain</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/mail-server-info-lookup-dns-to-obtain-the-smtp-servers-of-a-domain/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/mail-server-info-lookup-dns-to-obtain-the-smtp-servers-of-a-domain/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 11:19:10 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[Mail Server Info]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=741</guid>
		<description><![CDATA[This class can lookup a DNS to determine the addresses of the SMTP servers of a given domain. It works in all platforms including Windows, Linux and other Unix systems. Demo: http://demo.dmwtechnologies.com/PHP/MailServerInfo/ Download: http://www.phpclasses.org/browse/package/2339.html http://phpclasses.dmwtechnologies.com/browse/package/2339.html (mirror)]]></description>
			<content:encoded><![CDATA[<p><strong>This class can lookup a DNS to determine the addresses of the SMTP servers of a given domain.<br />
It works in all platforms including Windows, Linux and other Unix systems.</strong></p>
<p><strong>Demo:</strong></p>
<ul>
<li><a title="Online Demo" href="http://demo.dmwtechnologies.com/PHP/MailServerInfo/" target="_blank">http://demo.dmwtechnologies.com/PHP/MailServerInfo/</a><strong><br />
</strong></li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/2339.html" target="_blank">http://www.phpclasses.org/browse/package/2339.html</a></li>
<li><a href="http://phpclasses.dmwtechnologies.com/browse/package/2339.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2339.html</a> (mirror)</li>
</ul>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/mail-server-info-lookup-dns-to-obtain-the-smtp-servers-of-a-domain/feed/</wfw:commentRss>
		<slash:comments>521</slash:comments>
		</item>
		<item>
		<title>Create ZIP File :: Create ZIP file archives and serve for download</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/create-zip-file-create-zip-file-archives-and-serve-for-download/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/create-zip-file-create-zip-file-archives-and-serve-for-download/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 10:09:45 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Create Zip File]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=727</guid>
		<description><![CDATA[This class can create ZIP archives from lists of files. The class provides means to add individual files or whole directories to the list of files packed into a ZIP archive.  The class can generate the packed archive as a string value. The class can also output the necessary request response headers to serve the &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/create-zip-file-create-zip-file-archives-and-serve-for-download/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This class can create ZIP archives from lists of files. The class provides means to add individual files or whole directories to the list of files packed into a ZIP archive.  The class can generate the packed archive as a string value.</strong></p>
<p><strong>The class can also output the necessary request response headers to serve the generated ZIP archive for download.  The supplied example demonstrates how to use the class to store the ZIP archive in a file, serve it for download and delete the file after it is served.</strong></p>
<p><strong>Demo:</strong></p>
<ul>
<li><a title="Online Demo" href="http://demo.dmwtechnologies.com/PHP/CreateZipFile/" target="_blank">http://demo.dmwtechnologies.com/PHP/CreateZipFile/</a><strong><br />
</strong></li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/2322.html" target="_blank">http://www.phpclasses.org/browse/package/2322.html</a></li>
<li><a href="http://phpclasses.dmwtechnologies.com/browse/package/2322.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2322.html</a> (mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/create-zip-file-create-zip-file-archives-and-serve-for-download/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
