Download the PHP package simsoft/slim without Composer
On this page you can find all versions of the php package simsoft/slim. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package slim
Simsoft Slim Route
A nice wrapper for slim/slim.
Install
Basic Usage
Set up the following code at index.php or any entry script file. For create route tutorial, please refer to Slim Route
Enable cache
Middleware
For middleware tutorial, please refer to Slim Middleware
Usage with Container
Slim Route support any ContainerInterface container.
Using Controller
The App\AppController.php
The index.php entry script file.
Using Controller with Container
The App\AppController.php file.
The index.php entry script file
Request and Response Usage
Handing request, response and redirect.
Request method
For detail tutorials, please refer to: Slim Request Tutorial
Response method.
For detail tutorials, please refer to: Slim Response Tutorial
Create Customized Error Handler
Step 1: Create a customized error renderer for HTML.
The CustomizedHtmlErrorRenderer file.
Step 2: Apply the customized error renderer class accordingly in CustomizedErrorHandler class.
The CustomizedErrorHandler file
Step 3: Set customizedErrorHandler with withErrorHandler() method.
The index.php entry script file.
License
The Simsoft Validator is licensed under the MIT License. See the LICENSE file for details
All versions of slim with dependencies
PHP Build Version
Package Version
The package simsoft/slim contains the following files
Loading the files please wait ....