News Feed
Jobs Feed
Sections




News Archive
Stefan Koopmanschap's Blog:
Using custom namespaces with (C/S)ilex and Composer
April 12, 2012 @ 12:22:47

Stefan Koopmanschap has a quick new post to his blog with a handy tip for Composer and Cilex/Silex users when dealing with custom namespaces.

For a new proof of concept application I'm building, I need both a simple web interface as well as some commandline tools. I decided to use Silex for the web interface and Cilex for the CLI tools, and opted for using Composer for installing these dependencies into my project. I ran into some issues with the custom project libraries I was building for this application however. Registering my custom namespace into Silex and Cilex didn't result in the classes being loaded for some reason. Composer helped me out though.

His solution involves letting Composer be the default autoloader for the application via an "autoloader" configuration option in the "composer.json" (that can also take a classmap option if you're not PSR-0 compliant, see here).

0 comments voice your opinion now!
custom namespace cilex silex composer psr0 autoloader


blog comments powered by Disqus

Similar Posts

Ben Ramsey's Blog: Flickr Namespace and array_multisort() Issues

James Morris' Blog: A Symfony2 Console Command and the Foursquare API Venuehistory

Matt Curry's Blog: On The Fly Model Chains With CakePHP

NetTuts.com: Namespacing in PHP

Juan Treminio: Composer Namespaces in 5 Minutes


Community Events











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


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

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