I followed the instructions for the slim framework. Created composer.json file in my directory
{ "require": { "slim/slim": "2.*" } }
and run the composer setup file. Now I have the following directory structure

As described in the documentation in the slim framework, I created an index.php file and require that the /autoload.php provider
But I get Class not found error.
thanks
php composer-php slim
Raheel khan
source share