Names and Scopes Application Names Scope Resolution Currying Fetch by Name Names and Scopes When you build a Slim application you will enter various scopes in your code (e....
Overview Middleware Architecture Application Reference Next Middleware Reference Overview The Slim Framework implements a version of the Rack protocol. As a result, a Slim a...
Application Advanced Notices and Warnings Handling Advanced Custom Error Handler Advanced Shutdown Handler Application The Application Slim\App is the entry point to your S...
System Error Handler Default error handler Custom error handler Pre App Post App Class-based error handler Handling other errors Disabling System Error Handler Things go...
Conditions Application-wide route conditions Conditions Slim lets you assign conditions to route parameters. If the specified conditions are not met, the route is not run.For ...
System Requirements System Requirements Installation Composer Install Manual Install Hello World System Requirements System Requirements PHP >= 5.3.0The mcrypt extensi...
Custom Example View Example Integration Custom A Slim application delegates rendering of templates to its view object. A custom view is a subclassof \Slim\View that implemen...