mocodo/slim-api-skeleton

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/mocodo/slim-api-skeleton

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

This package is not auto-updated.

Last update: 2025-11-17 19:39:32 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