Slim is a PHP micro-framework that helps you quickly write simple yet powerful web applications and APIs.
It's recommended that you use Composer to install Slim.
$ git clone https://github.com/adistwn/my-slim.git && cd my-slim
$ composer install
$ php -S localhost:8000 -t public
- /store Create new user
- /auth Check login
"slim/slim": "^3.0",
"illuminate/database": "^6.12",
"vlucas/valitron": "^1.4",
"firebase/php-jwt": "^5.0",
"lcobucci/jwt": "^3.3",
"flynsarmy/slim-monolog": "^1.0"
The Slim Framework is licensed under the MIT license. See License File for more information.