Generic API

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License

API Abstraction layer with mocks. Tools for creating structured SDKs or API implementations easy and following some simple guidelines.

Most APIs provide a SDK or API implementation library in parallel. But this not always true, or simply not made in our required language (php). For this cases is necessary implements the API from scratch. GenericApi is solution to keep things organized and follow a similar pattern for all libraries.

Features

Installation

  1. Install composer
  2. Execute: composer require toplib/generic-api

Documentation

Full documentation are available on the wiki page

Functional Example

Can view a more complex example of functional API in the "sample" folder.

Copyright

This project is licensed under the MIT license.