News Feed
Jobs Feed
Sections




News Archive
Script-Tutorials.com:
Phar - PHP archiving practice
May 17, 2011 @ 08:28:50

On Script-Tutorials.com today there's a new tutorial showing you how to use one of the more under-used and powerful features of recent PHP releases - the phar packaging for creating self-contained archives.

I guess you noticed that due your project become larger - the more and more files it contain. Sometimes it comes to the thousands of files. And then - Phar can help you. This utility allows us to pack a variety of files in the single library file. Thus, we can significantly reduce the number of include files in the project, and work with the entire library as with single file. It is also possible to have a packed (gzip/bzip2) version of the library.

They show you how to create simple phar archive (sample code here) that contains a few classes linked by an index.php file.

0 comments voice your opinion now!
phar archive tutorial classes


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: MongoDB Cursors with PHP

PHPBuilder.com: Dynamic XML with PHP

PHPMaster.com: Using an Access Database with PHP

Learn.IIS.net: Build a High-Performance PHP Stack with Windows IIS and Zend Server

James Morris' Blog: Parsing HTML with DOMDocument and DOMXPath::Query


Community Events











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


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

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