Skip to content

adistwn/my-slim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.