Slim is a PHP micro-framework that helps you quickly write simple yet powerful web applications and APIs.
It's recommended that you use Composer to install Slim.
$ composer install
You may use the built-in PHP server:
$ php -S localhost:8000 -t public
or
$ composer start
To execute the test suite, you'll need to install all development dependencies.
$ composer tests
The Slim Framework is licensed under the MIT license. See License File for more information.