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 installYou may use the built-in PHP server:
$ php -S localhost:8000 -t publicor
$ composer startTo execute the test suite, you'll need to install all development dependencies.
$ composer testsThe Slim Framework is licensed under the MIT license. See License File for more information.