Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 721 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 721 Bytes

Slim Framework

Slim is a PHP micro-framework that helps you quickly write simple yet powerful web applications and APIs.

Installation

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

Routes

  • /store Create new user
  • /auth Check login

Packages

"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"

License

The Slim Framework is licensed under the MIT license. See License File for more information.