Cookies Get Cookies Cookie Encryption Cookies Get Cookies A Slim application will automatically parse cookies sent with the current HTTP request. You can fetch cookie value...
Levels How to set the log level Levels Heads Up! Use the \Slim\Log constants when setting the log level instead of using raw integers. The Slim application’s log object wil...
Overview Injecting simple values Using the resource locator Singleton resources Closure resources Overview Slim has a built-in resource locator, providing an easy way to in...
Cookies Set Cookie Set Encrypted Cookie Delete Cookie Cookies The Slim application provides helper methods to send cookies with the HTTP response. Set Cookie This example...
Slim 4 Documentation Welcome What’s the point? How does it work? Request and response Bring your own components How to read this documentation Documentation License Slim...
Installation System Requirements How to Install Slim How to Install Composer Installation System Requirements Web server with URL rewriting PHP 5.5 or newer How to Ins...
Slim 3 Documentation Welcome What’s the point? How does it work? Request and response Bring your own components How to read this documentation Documentation License Slim...
Middleware What is route middleware? How do I add route middleware? What arguments are passed into each route middleware callable? Middleware Slim enables you to associate m...
Rewriting Apache and mod_rewrite nginx Without URL Rewriting Rewriting I strongly encourage you to use a web server that supports URL rewriting; this will let you enjoy clea...