neostrada/apiv2

A Neostrada APIv2 example. Written in PHP

v1.0 2018-09-21 07:22 UTC

This package is auto-updated.

Last update: 2024-05-07 20:39:02 UTC


README

Getting started

The recommended way to install APIv2 is through Composer

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version of APIv2:

composer require neostrada/apiv2

Or clone the repository via

git clone https://github.com/neostrada/neostrada-apiv2.git

Define your token

Add your access token to the constant TOKEN in the Config.php file

require_once __DIR__ . "/../../vendor/autoload.php";


$neo = new \Neostrada\Client\NeoClient();
$neo->setToken('TOKEN HERE');

Support

  • If you need any help with implementing the APIv2, please contact our support team - Neostrada

License

This project is licensed under the MIT License - see the LICENSE file for details