I've followed this article: http://philsturgeon.co.uk/blog/2012/05/composer-with-codeigniter
But I get Fatal error: Class 'Buzz\Browser' not found
.
What is missing from his post?
My controller or application isn't namespaced. I was hoping to just be able to use that one package in one controller's action in a non-namespaced framework.
You can add directly the Composer Autoloder in your controller: