Advantages of PHAR archives in PHP
PHP 5.3 has a new feature called PHAR similar to JAR in JAVA. It's basically a archive of PHP files. What are its advantages? I can't understand how they can be helpful in the web scenario. Any other use other than "ease of deployment" - deploy an entire application by just copying one file There are tremendous benefits for open source projects (in no particular order). Easier deployment means easier adoption. Imagine: You install a CMS, forum, or blog system on your website by dragging it into your FTP client. That's it. Easier deployment means easier security. Updating to the latest version