mocodo / slim-api-skeleton
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- ext-mbstring: *
- firebase/php-jwt: ^3.0
- monolog/monolog: ^1.17
- slim/slim: ^3.0
- tuupola/slim-jwt-auth: ^2.3
Requires (Dev)
- phpunit/phpunit: ^5.5
- squizlabs/php_codesniffer: ^2.6
This package is not auto-updated.
Last update: 2025-01-13 15:10:13 UTC
README
This is a simple template for RESTful API built on top of Slim.
Installation
To create a new project, run the command :
$ composer create-project -s dev mocodo/slim-api-skeleton <project_name>
This command will fetch all the files you'll need to run your project.
Developpment
You can use the developpment server form PHP (available since PHP 5.4).
$ php -S localhost:1337 -t web
License
MIT