neostrada / apiv2
A Neostrada APIv2 example. Written in PHP
Installs: 1 205
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: >=5.6
- ext-json: *
- guzzlehttp/guzzle: 6.x
This package is auto-updated.
Last update: 2025-03-07 22:33:52 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