Aside from installing dependencies and creating an autoloader for those dependencies, Composer can also be the autoloader for your own custom code. Obviously, it’s a matter of reading the F***** documentation, and as soon as Jordi told me Composer could actually do this, I quickly had stuff set up. All I needed to do was…
About Silex Silex is one of the many microframeworks we’ve seen pop up recently. Contrary to most other microframeworks, however, Silex is built on top of an existing open source project: Symfony2. A microframework is a very small framework which basically does nothing more than bootstrap and handle your request and response. Though the microframeworks…