News Feed
Jobs Feed
Sections




News Archive
Phil Sturgeon's Blog:
Packages The Way Forward for PHP
March 07, 2012 @ 08:29:57

In this new post to his blog Phil Sturgeon talks about what he (and apparently several others) think is the "way forward for PHP" to make it a better language and ecosystem - packages.

What is a package? A package is a piece of reusable code that can be dropped into any application and be used without any tinkering to add functionality to that code. [...] Most package systems also allow for something called dependencies. [...] This is how most modern programming languages work, but to make a generalisation: PHP developers hate packages. Why? Well while other languages have great systems like CPAN for Perl, Gems for Ruby, PIP, PHP has had a terrible history with package management going back years.

He talks about one of the main current packaging systems, PEAR, and how, despite its attempts, it just hasn't seen the adoption the package management of other languages has. Phil makes a recommendation that is slowly becoming more and more popular in the PHP community - building "unframeworks". These sets of reusable components (similar to the ideas behind Aura, Symfony and Zend Framework 2) are designed to be dropped in and used without the dependencies of the frameworks they live in. He points to the Composer/Packagist dynamic duo as a way through all of the current packaging issues - a simple way to make any project an installable package just by adding a configuration file.

0 comments voice your opinion now!
packages composer packagist pear community support unframework


blog comments powered by Disqus

Similar Posts

PHPBuilder.com.au: Powerful Web Services with PHP and SOAP

Aaron Wormus' Blog: The PEAR Book is out!

Zend Developer Zone: Zend Technologies Updates Zend Core

Justin Carmony: First Serious Attempts with PHPUnit, Composer, and the Omniture API

Community News: Latest PEAR Releases for 01.14.2008


Community Events











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


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

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