everlytic/api-wrapper

Everlytic API v2.0 wrapper for REST


Keywords
package, api, wrapper, everlytic
License
BSD-4-Clause

Documentation

Everlytic APIv2 Wrapper

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.