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
The advantage is mainly ease of deployment. You deploy an entire application by just copying one file.
Libraries can also be used without being expanded.