mocodo/slim-api-skeleton

dev-master 2016-09-06 12:53 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:40:07 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