News Feed
Jobs Feed
Sections




News Archive
Juan Treminio:
Composer Namespaces in 5 Minutes
October 02, 2012 @ 15:47:32

Juan Treminio has a new post to his site today talking about Composer and namespacing and shows you how the two work together to make using 3rd party tools easy.

You've heard of Composer, right? The nifty new tool for PHP that aims to centralize and streamline package management? Do you also know of, but don't really understand how namespaces work in PHP? Then let's set you straight! In 5 minutes you'll learn how Composer's autoloader and namespaces work!

He's broken it up into a few sections:

  • Getting Composer up and running
  • Making a basic "composer.json" file
  • Going through what the "install" creates (including the "autoload_namespaces.php" file)
  • Using the vendor/ autoloader

As a bonus, he also shows how to implement your own namespacing in the "composer.json" file if you have a special case - just use the "autoload" section in the configuration (examples included).

0 comments voice your opinion now!
composer namespace introduction custom configure


blog comments powered by Disqus

Similar Posts

Fortrabbit.com: Handle your dependencies with PHP composer

PHPMaster.com: Continuous Integration (with Jenkins), Part 1

PHPMaster.com: Introduction to Git, Part 1

Alan Skorkin's Blog: What Every Developer Should Know About URLs

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 7)


Community Events











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


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

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