Advantages of PHAR archives in PHP

Viewed 5170

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

5 Answers
Related