api-easy/api-easy

There is no license information available for the latest version (dev-master) of this package.

Simple RESTful API Frame

Installs: 113

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

dev-master 2018-09-29 07:01 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:28:53 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

Demo

See https://github.com/jianfyun/api-easy-demo.