Skip to content

mocodo/slim-api-skeleton

Repository files navigation

Slim API Skeleton

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published