api-easy / api-easy
There is no license information available for the latest version (dev-master) of this package.
Simple RESTful API Frame
dev-master
2018-09-29 07:01 UTC
Requires
- php: >=5.5
- ext-spl: *
- psr-easy/http-message: >=0.1.8
Requires (Dev)
- phpunit/phpunit: >=4.5.0
This package is not auto-updated.
Last update: 2026-03-29 03:46:30 UTC
README
Introduction
This is a simple, lightweight RESTful API framework for PHP.
Requirements
- HTTP Server (example: Nginx)
- PHP5.5+
- Composer
Installation
composer install api-easy
Autoload
composer dump-autoload --optimize
Unit Test
vendor/bin/phpunit --color --bootstrap tests/bootstrap.php tests/ApiEasy/Tests/Path-To-Test-File.php