Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Rest API using slim framework

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages