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

<channel>
	<title>PHP Developer</title>
	<atom:link href="https://www.php-developer.org/feed/" rel="self" type="application/rss+xml"/>
	<link>https://www.php-developer.org/</link>
	<description>PHP Developer &amp; Open Source Web Technologies Blog</description>
	<lastBuildDate>Fri, 22 Aug 2025 10:50:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>Override upload_max_filesize and post_max_size on a per site basis in PHP-FPM Apache server</title>
		<link>https://www.php-developer.org/override-upload_max_filesize-post_max_size-per-site-basis-php-fpm-apache-server/</link>
					<comments>https://www.php-developer.org/override-upload_max_filesize-post_max_size-per-site-basis-php-fpm-apache-server/#respond</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Thu, 08 Feb 2018 15:46:48 +0000</pubDate>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Webmaster tips]]></category>
		<guid isPermaLink="false">https://www.php-developer.org/?p=914</guid>

					<description><![CDATA[<p>Basic Steps This quick tutorial shows how you can override `upload_max_filesize` and `post_max_size` on a per site basis. This assumes you are using Apache server, PHP-FPM handler and WordPress. This tutorial assumes you have shell access to your server so you can restart Apache or PHP-FPM (this is optional but recommended). By default, there is [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/override-upload_max_filesize-post_max_size-per-site-basis-php-fpm-apache-server/">Override upload_max_filesize and post_max_size on a per site basis in PHP-FPM Apache server</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/override-upload_max_filesize-post_max_size-per-site-basis-php-fpm-apache-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WP_Mock PHPUnit Testing Framework to WordPress Plugin: Complete Guide</title>
		<link>https://www.php-developer.org/wp_mock-phpunit-testing-framework-wordpress-plugin-complete-guide/</link>
					<comments>https://www.php-developer.org/wp_mock-phpunit-testing-framework-wordpress-plugin-complete-guide/#respond</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Mon, 29 Jan 2018 14:07:47 +0000</pubDate>
				<category><![CDATA[PHP Programming]]></category>
		<guid isPermaLink="false">https://www.php-developer.org/?p=828</guid>

					<description><![CDATA[<p>Introduction WP_Mock: ( https://github.com/10up/wp_mock ) is an API mocking framework that can be used for unit testing WordPress Plugins. This tutorial is a complete beginner guide to add and integrate WP_Mock mocking framework to your WordPress Plugin. WP_Mock uses Mockery PHP mock object framework for unit testing WordPress plugins. This is how to properly implement [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/wp_mock-phpunit-testing-framework-wordpress-plugin-complete-guide/">WP_Mock PHPUnit Testing Framework to WordPress Plugin: Complete Guide</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/wp_mock-phpunit-testing-framework-wordpress-plugin-complete-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install or update Eclipse PDT (PHP Development Tools ) to latest version in Ubuntu 16.04 | 18.04 LTS</title>
		<link>https://www.php-developer.org/install-update-eclipse-pdt-php-development-tools-latest-version-ubuntu-16-04/</link>
					<comments>https://www.php-developer.org/install-update-eclipse-pdt-php-development-tools-latest-version-ubuntu-16-04/#respond</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Sat, 20 Jan 2018 12:04:20 +0000</pubDate>
				<category><![CDATA[Linux/Ubuntu]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<guid isPermaLink="false">https://www.php-developer.org/?p=777</guid>

					<description><![CDATA[<p>Eclipse is an open source IDE that can used for PHP development. This tutorial shows how to install and update Eclipse in latest Ubuntu 16.04 &#124; 18.04 LTS. This tutorial is tested on Ubuntu 16.04. But these concepts apply to a recent Ubuntu 18.04 LTS and beyond. Install latest Java version first To get the [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/install-update-eclipse-pdt-php-development-tools-latest-version-ubuntu-16-04/">How to install or update Eclipse PDT (PHP Development Tools ) to latest version in Ubuntu 16.04 | 18.04 LTS</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/install-update-eclipse-pdt-php-development-tools-latest-version-ubuntu-16-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to fresh install LAMP ( Apache, MySQL 5.7+, PHP 5.6/7.0+) in Ubuntu 16.04+</title>
		<link>https://www.php-developer.org/fresh-install-lampp-apache-mysql-5-7-php-5-67-0-ubuntu-16-04/</link>
					<comments>https://www.php-developer.org/fresh-install-lampp-apache-mysql-5-7-php-5-67-0-ubuntu-16-04/#respond</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Sat, 21 Jan 2017 09:35:44 +0000</pubDate>
				<category><![CDATA[Linux/Ubuntu]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<guid isPermaLink="false">http://www.php-developer.org/?p=712</guid>

					<description><![CDATA[<p>Requisites Before proceeding the requisites below run this: sudo apt-get update Then: You must have git installed to run this installation software: sudo apt-get install git Target audience and scope of this tutorial Note: If your needs does not fall within the scope of this tutorial, then please don&#8217;t run the installation procedures! Installation Procedures [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/fresh-install-lampp-apache-mysql-5-7-php-5-67-0-ubuntu-16-04/">How to fresh install LAMP ( Apache, MySQL 5.7+, PHP 5.6/7.0+) in Ubuntu 16.04+</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/fresh-install-lampp-apache-mysql-5-7-php-5-67-0-ubuntu-16-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to completely remove LAMP in Ubuntu 16.04+</title>
		<link>https://www.php-developer.org/how-to-completely-remove-php-mysql-and-apache-in-ubuntu-16-04/</link>
					<comments>https://www.php-developer.org/how-to-completely-remove-php-mysql-and-apache-in-ubuntu-16-04/#comments</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Sat, 21 Jan 2017 05:42:45 +0000</pubDate>
				<category><![CDATA[Linux/Ubuntu]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<guid isPermaLink="false">http://www.php-developer.org/?p=683</guid>

					<description><![CDATA[<p>Reasons why you would want to do this Requirements and scope Important: Please run: sudo apt-get update Before you proceed with anything else. Preparations to make before removal Complete uninstallation procedures At this point, you can safely re-install latest PHP, MySQL, Apache again in your Ubuntu 16.04. If something in this tutorial does not work, [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/how-to-completely-remove-php-mysql-and-apache-in-ubuntu-16-04/">How to completely remove LAMP in Ubuntu 16.04+</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/how-to-completely-remove-php-mysql-and-apache-in-ubuntu-16-04/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>PHP Syntax of Class, Objects, Methods and Getter/Setter Functions</title>
		<link>https://www.php-developer.org/php-syntax-of-class-objects-methods-and-gettersetter-functions/</link>
					<comments>https://www.php-developer.org/php-syntax-of-class-objects-methods-and-gettersetter-functions/#comments</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 03:55:54 +0000</pubDate>
				<category><![CDATA[PHP Programming]]></category>
		<guid isPermaLink="false">http://www.php-developer.org/?p=303</guid>

					<description><![CDATA[<p>You should now have a better understanding regarding what are “PHP classes, objects, methods, properties” and how it relates to reality. In this tutorial, you will see what they exactly look like in the PHP script organized in a way even an idiot can understand. Let&#8217;s get started: The most basic PHP object-oriented programming needs [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/php-syntax-of-class-objects-methods-and-gettersetter-functions/">PHP Syntax of Class, Objects, Methods and Getter/Setter Functions</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/php-syntax-of-class-objects-methods-and-gettersetter-functions/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>PHP classes, objects, methods, properties guide for the Complete Idiot</title>
		<link>https://www.php-developer.org/php-classes-objects-methods-properties-guide-for-the-complete-idiot/</link>
					<comments>https://www.php-developer.org/php-classes-objects-methods-properties-guide-for-the-complete-idiot/#comments</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Fri, 26 Aug 2011 06:06:20 +0000</pubDate>
				<category><![CDATA[PHP Programming]]></category>
		<guid isPermaLink="false">http://www.php-developer.org/?p=301</guid>

					<description><![CDATA[<p>You might read our introductory tutorial on how to learn PHP Object oriented programming (OOP). Let’s start digging deeper into what are these classes, objects, methods and properties that are used in PHP OOP. Don’t be scared because this guide is written even an idiot can understand. It will be explained as easy as possible. [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/php-classes-objects-methods-properties-guide-for-the-complete-idiot/">PHP classes, objects, methods, properties guide for the Complete Idiot</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/php-classes-objects-methods-properties-guide-for-the-complete-idiot/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Learn PHP OOP (Object Oriented Programming) for Beginners Tutorial</title>
		<link>https://www.php-developer.org/learn-php-oop-object-oriented-programming-for-beginners-tutorial/</link>
					<comments>https://www.php-developer.org/learn-php-oop-object-oriented-programming-for-beginners-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Thu, 25 Aug 2011 08:36:49 +0000</pubDate>
				<category><![CDATA[PHP Programming]]></category>
		<guid isPermaLink="false">http://www.php-developer.org/?p=299</guid>

					<description><![CDATA[<p>This is a complete beginner tutorial on PHP object oriented programming. This tutorial assumes you do not have any single knowledge about PHP – a pure beginner in PHP. As a start, OOP is the best way to write programs in PHP. It is considered as one of the best practices of coding PHP. So [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/learn-php-oop-object-oriented-programming-for-beginners-tutorial/">Learn PHP OOP (Object Oriented Programming) for Beginners Tutorial</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/learn-php-oop-object-oriented-programming-for-beginners-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apachebench Tutorial ab testing Tool Example in Ubuntu Lucid Lynx</title>
		<link>https://www.php-developer.org/apachebench-tutorial-ab-testing-tool-example-in-ubuntu-lucid-lynx/</link>
					<comments>https://www.php-developer.org/apachebench-tutorial-ab-testing-tool-example-in-ubuntu-lucid-lynx/#respond</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Sun, 01 May 2011 10:00:01 +0000</pubDate>
				<category><![CDATA[Webmaster tips]]></category>
		<guid isPermaLink="false">http://www.php-developer.org/?p=269</guid>

					<description><![CDATA[<p>Is there a time when you are thinking how to do a server load testing to evaluate your PHP web application performance? This is where you will be using the Apachebench or “ab” testing tool. This is a very useful open source tool not only to PHP developers but to the entire users of the [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/apachebench-tutorial-ab-testing-tool-example-in-ubuntu-lucid-lynx/">Apachebench Tutorial ab testing Tool Example in Ubuntu Lucid Lynx</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/apachebench-tutorial-ab-testing-tool-example-in-ubuntu-lucid-lynx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Keepas tips- Copy Paste Putty Username &amp; Password at Command Line</title>
		<link>https://www.php-developer.org/copy-paste-putty-username-password-at-command-line-using-keepas/</link>
					<comments>https://www.php-developer.org/copy-paste-putty-username-password-at-command-line-using-keepas/#comments</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Sat, 27 Nov 2010 22:41:14 +0000</pubDate>
				<category><![CDATA[Webmaster tips]]></category>
		<guid isPermaLink="false">http://www.php-developer.org/?p=226</guid>

					<description><![CDATA[<p>Using Keepas and PuTTY you can make your login secure using a command line tool for communicating with an SSH server. If you are a webmaster, you should be using SSH for uploading and downloading files because they are more secure than using FTP method. SSH encrypts communication between your computer and the SSH server [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/copy-paste-putty-username-password-at-command-line-using-keepas/">Keepas tips- Copy Paste Putty Username &#038; Password at Command Line</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/copy-paste-putty-username-password-at-command-line-using-keepas/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Edit PHP &amp; HTML files online quickly using Putty SSH Client</title>
		<link>https://www.php-developer.org/edit-php-html-files-online-quickly-using-putty-ssh-client/</link>
					<comments>https://www.php-developer.org/edit-php-html-files-online-quickly-using-putty-ssh-client/#respond</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Tue, 26 Oct 2010 09:22:19 +0000</pubDate>
				<category><![CDATA[PHP Programming]]></category>
		<guid isPermaLink="false">http://www.php-developer.org/?p=218</guid>

					<description><![CDATA[<p>The usual and traditional way of editing website files is to download the file first using an FTP client (Filezilla for example). Once the file has been downloaded, it edited in your local computer and then once it is done, it is re-uploaded back to the hosting server using an FTP client and this is [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/edit-php-html-files-online-quickly-using-putty-ssh-client/">Edit PHP &#038; HTML files online quickly using Putty SSH Client</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/edit-php-html-files-online-quickly-using-putty-ssh-client/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Sort Search Result by Title Plug-in</title>
		<link>https://www.php-developer.org/wordpress-sort-search-result-by-title-plug-in/</link>
					<comments>https://www.php-developer.org/wordpress-sort-search-result-by-title-plug-in/#comments</comments>
		
		<dc:creator><![CDATA[Emerson]]></dc:creator>
		<pubDate>Sat, 14 Mar 2009 12:10:30 +0000</pubDate>
				<category><![CDATA[WordPress tips]]></category>
		<guid isPermaLink="false">http://localhost/php-developer/?p=4</guid>

					<description><![CDATA[<p>I am beginning to wonder how to sort search results in word press by post titles. There is a plugin below. Readme/ Instructions: 1. Download the plugin here. 2. Upload to wp-content/plugins directory in wordpress 3. Activate the plugin. 3. So everytime there is a search query made in wordpress, it will sort alphabetically in [&#8230;]</p>
<p>The post <a href="https://www.php-developer.org/wordpress-sort-search-result-by-title-plug-in/">WordPress Sort Search Result by Title Plug-in</a> appeared first on <a href="https://www.php-developer.org">PHP Developer</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.php-developer.org/wordpress-sort-search-result-by-title-plug-in/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
	</channel>
</rss>