News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Phar PHP libraries included with a single file
September 23, 2011 @ 11:30:40

On DZone.com today Giorgio Sironi has a new post looking at an interesting, if seldom used, feature of recent PHP releases - packaging applications with phar archives.

Phar is a php extensions that provides the means for distributing code as a single archive, that does not have to be extracted to a folder before usage. The concept is similar to JVM Jars: each archive becomes a virtual directory where files can be accessed. However, the virtual folder is not limited to class loading, but you can open and read internal files as if it were decompresse into a directory.

He includes a brief "hello world" example of packaging up a script into a phar archive and executing it via PHP. He also shows how easy it is to create an archive from current code, making an archive containing the latest Doctrine 2 release for simple inclusion. Phars also allow compression and hashing but has issues with resource management and access external files.

0 comments voice your opinion now!
phar archive file compress doctrine2 tutorial


blog comments powered by Disqus

Similar Posts

Dhiraj Patra's Blog: Running PHP Scripts with Cron

Community News: Symfony Framework Makes Some Updates (v.0.6.2 and Content)

Christian Weiske's Blog: Working with .phar files

Gonzalo Ayuso: Building a Silex application from one Behat/Gherkin feature file

Giorgio Sironi's Blog: Never write the same code twice: Dependency Injection


Community Events











Don't see your event here?
Let us know!


community object example unittest zendframework2 testing framework release functional series code tool interview introduction composer language opinion podcast conference development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework