News Feed
Jobs Feed
Sections




News Archive
Benjamin Eberlei's Blog:
Trying a Two Step PEAR/PHAR approach to develop and deploy
December 21, 2009 @ 14:55:12

Benjamin Eberlei has a new post today about a deployment technique he's trying out - using PEAR and PHAR to create deployable packages.

With PHP 5.3 the PHAR extension is a pretty powerful concept for all your deployment needs, however it does not tell the complete story. [...] With Pirum being a simple PEAR channel server there is also momentum for projects to distribute their code via PEAR. However PEAR is mostly used in the server-wide configuration use-case, which is not very useful if you plan to distribute your complete application in one PHAR file.

He shows how to create a sample package from a Zend Framework application, set it up in a PEAR channel complete with the ability to run a "pear upgrade" to get the latest version of the package. He also includes a bit of sample code to work with the PHAR archive and load the libraries inside.

0 comments voice your opinion now!
pear phar deploy develop tutorial


blog comments powered by Disqus

Similar Posts

JSLabs Blog: How to write an image gallery script in PHP

NETTUTS.com: Using htaccess Files for Pretty URLS

Sankuru Blog: A pluggable compiler and virtual machine in PHP

DevShed: Implementing the commit() and rollback() Methods with mysqli and PHP 5

Stefan Mischook's Blog: Video Tutorial: Processing forms with PHP, Part 3


Community Events









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


community database zendframework2 tool release framework interview introduction api phpunit testing opinion code composer language object development example podcast unittest

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