everlytic / api-wrapper
This package is abandoned and no longer maintained.
No replacement package was suggested.
Everlytic API v2.0 wrapper for REST
0.1.0-beta
2014-09-23 10:39 UTC
Requires
- fzaninotto/faker: 1.5.*@dev
- guzzle/guzzle: 3.*
- guzzlehttp/guzzle: 4.*
- mockery/mockery: dev-master
This package is not auto-updated.
Last update: 2023-09-25 21:55:22 UTC
README
This project is the official Everlytic API wrapper for dealing with the application.
API Documentation
The full API documentation is available Here
Getting Started
Setup
Add the package to your composer.json
"require": {
...
"everlytic/api": "0.1.*"
}
Run composer install/update
Changes
0.1.0
- Added basic List operations and initial commit of files.