News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Packaging Your Apps with Phar
February 16, 2012 @ 09:53:11

On PHPMaster.com today there's a new tutorial showing you how to package up your applications using the phar functionality that's bundled in to recent PHP versions.

PHAR ("Php ARchive") is analogous to the JAR file concept but for PHP. If you have PHP 5.3 or greater, the Phar extension is built-in and enabled; you can start using it without any additional requirements. This article is intended to shed some light on this important feature for those who haven't used it before. Hopefully you'll find it a very helpful tool and have a better and faster deployment experience.

They show you how to create a sample project to build the phar from - a simple application that prints out a message and the contents of a configuration file. Code is included to help you build the phar file and how to define the stub file to pull in your application's files and folder.

0 comments voice your opinion now!
package application phar tutorial


blog comments powered by Disqus

Similar Posts

Jorge Garifuna\'s Blog: Build a Complete PHP Application in 3 Clicks

William Durand: REST APIs with Symfony2: The Right Way

Debianhelp.co.uk: LAMP (Linux Apache Mysql PHP) Configuration in Debian

Jose de Silva's Blog: Speeding up your application with Cache_Lite

Danne Lundqvist: Using Xdebug in MAMP


Community Events











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


community interview development zendframework2 series functional introduction phpunit release rest podcast unittest database conference usergroup symfony2 framework testing language opinion

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