Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Derick Rethans' Blog:
Friday afternoon toying: eZ Components as phar
Jun 30, 2008 @ 12:56:21

Derick Rethans phar. More specifically, he tried it out on the eZ Components framework, trying to make a complete release package.

A phar is to PHP what a jar is to Java. I spent a little time to see how easy it would be to make our latest eZ Components release into a workable phar.

He includes the few lines of code to make a package (four in his case) and a one-liner on how to use it in your application. Building the package is as easy as running a PHP command line call.

Others in the community have picked up on Derick's post and have checked into phar themselves - Sebastian Bergmann and Stuart Herbert (on benchmarking phar).

tagged: phar package php5 ezcomponents framework compress

Link:


Trending Topics: