Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Ben Ramsey:
The Fall of PEAR and the Rise of Composer
Nov 27, 2013 @ 15:17:35

Ben Ramsey has an interesting post to his site today looking at what he calls the Fall of PEAR and the rise of Composer when it comes to package management in the PHP community.

PEAR’s biggest selling-point -the curation of packages by a governed community - was also its biggest problem. There was no choice, and things moved slowly. If a package stagnated in development, I couldn’t find another actively supported one to solve the same need. In theory, the maintenance of the package could be taken over by someone else, but this didn’t always happen, and contributing patches was not clear or easy.

Ben talks about how, despite the PEAR development's best efforts, the proposed new package manager (Pyrus and PEAR2) couldn't keep up. Then, from a discussion had at a conference, the idea of a standards group was formed, the PHP-FIG, and the first standard soon followed, PSR-0 for autoloading. With this in hand and becoming widely adopted, a new tool was created to make it easier to share and install packages with this new standard - Composer.

Composer is what PEAR should have been. Through Packagist, Composer is the democratization of PHP userland libraries. Many libraries in the repository implement similar functionality, but through a show of popularity, the community self-selects the packages that are of the best quality. [...] In just a few short years, Composer has revitalized the PHP community and changed the way we do development.
tagged: fall pear rise composer psr0 phpfig package management

Link: http://benramsey.com/blog/2013/11/the-fall-of-pear-and-the-rise-of-composer/

Community News:
PHP Ranks Fourth in TIOBE Programming Community Index
Feb 08, 2007 @ 16:41:00

As reported by the International PHP Magazine website, the results of the latest TIOBE Programming Community Index are in for the month and PHP is on the rise.

PHP has moved back up to take its spot back at #4 with (Visual) Basic falling back down to #5. As the trends graph shows, PHP had a sharp spike back up to overtake VB starting with the new year. If it continues the climb, it could be back up to levels it was during the middle of last year.

The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the worldwide availability of skilled engineers, courses and third party vendors.
tagged: tiobe community index popularity rise statistic graph tiobe community index popularity rise statistic graph

Link:

Community News:
PHP Ranks Fourth in TIOBE Programming Community Index
Feb 08, 2007 @ 16:41:00

As reported by the International PHP Magazine website, the results of the latest TIOBE Programming Community Index are in for the month and PHP is on the rise.

PHP has moved back up to take its spot back at #4 with (Visual) Basic falling back down to #5. As the trends graph shows, PHP had a sharp spike back up to overtake VB starting with the new year. If it continues the climb, it could be back up to levels it was during the middle of last year.

The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the worldwide availability of skilled engineers, courses and third party vendors.
tagged: tiobe community index popularity rise statistic graph tiobe community index popularity rise statistic graph

Link:


Trending Topics: