Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 526 Bytes

File metadata and controls

28 lines (16 loc) · 526 Bytes

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.