PHP code example of district5 / slimify-middleware

1. Go to this page and download the library: Download district5/slimify-middleware library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

district5 / slimify-middleware example snippets

json
{
    "php": ">=7.1.0",
    "ext-zlib": "*",
    "slim/psr7": "^0.5",
    "slim/slim": "^4.1",
    "district5/slimify": "*"
}