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

DevShed: Caching Dynamic Twitter Signature Images with PHP

ProWebDeveloper.info: Reducing Database Load with Secure Client-side Sessions

Carson McDonald's Blog: Building HipHop PHP for Fedora 12 on 64 bit and 32 bit Systems

NorthClick Blog: Tips for creating a small but solid newsletter-system

DevShed: Working with Prepared Queries with PDO Objects in PHP 5


Community Events









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


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

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