2017 © Pedro Peláez
 

project slim-api-skeleton

image

mocodo/slim-api-skeleton

  • Tuesday, September 6, 2016
  • by mocodo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Slim API Skeleton

This is a simple template for RESTful API built on top of Slim., (*1)

Installation

To create a new project, run the command :, (*2)

$ 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., (*3)

Developpment

You can use the developpment server form PHP (available since PHP 5.4)., (*4)

$ php -S localhost:1337 -t web

License

MIT, (*5)

The Versions

06/09 2016