News Feed
Jobs Feed
Sections




News Archive
ZendCasts.com:
Fun with Phar
October 04, 2011 @ 08:14:16

New today on ZendCasts.com there's a screencast tutorial about using phar archives in your applications.

Phar is a new thing that's developed on the horizon over the last few years that's essentially a PHP archive or library.

He shows how to set up a basic application (non-Zend Framework) that does a "hello world" sort of output showing a date "next week". Also included are the commands to bundle it up into a phar archive using the features already built into PHP. The build stub uses the buildFromDirectory and compression/buffering. He also points out a common problem with the default settings on many PHP installed - an INI setting that disables phar creation. Thankfully, it's easy to change via a ini_set call updating the "phar.readonly" setting.

0 comments voice your opinion now!
screencast zendcast archive phar tutorial introduction


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Creating PDF Documents with Zend Framework

SitePoint.com: Create Dynamic Images with ImageMagick

David Coallier's Blog: Namespaces has PHP 5.3 (Or the other way around)

Ibzi's Blog: Start caching all your pages in 5 steps

PHPFreaks.com: Hardening PHP with Suhosin


Community Events











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


community opinion release interview code testing phpunit language zendframework2 application introduction example api development podcast composer series framework database functional

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