library envato-api
A complete native php wrapper for the Envato API
morningtrain/envato-api
A complete native php wrapper for the Envato API
- Wednesday, January 31, 2018
- by morningtrain
- Repository
- 6 Watchers
- 9 Stars
- 78 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 4 Versions
- 3 % Grown
PHP Envato Api
, (*1)
A complete native php wrapper for the Envato API, (*2)
Install
Via Composer, (*3)
``` bash
$ composer require morningtrain/envato-api, (*4)
## Usage
``` php
require 'vendor/autoload.php';
use MorningTrain\EnvatoApi\EnvatoApi;
define('ENVATO_TOKEN', 'YOUR-ENVATO-API-TOKEN');
$envatoClient = new EnvatoApi(ENVATO_TOKEN);
$sales = $envatoClient->getAuthorSales(0);
Security
If you discover any security related issues, please email mail@morningtrain.dk instead of using the issue tracker., (*5)
Credits
License
GNU General Public License v3.0. Please see License File for more information., (*6)