A complete native php wrapper for the Envato API
Via Composer
$ composer require morningtrain/envato-api
require 'vendor/autoload.php';
use MorningTrain\EnvatoApi\EnvatoApi;
define('ENVATO_TOKEN', 'YOUR-ENVATO-API-TOKEN');
$envatoClient = new EnvatoApi(ENVATO_TOKEN);
$sales = $envatoClient->getAuthorSales(0);
If you discover any security related issues, please email mail@morningtrain.dk instead of using the issue tracker.
GNU General Public License v3.0. Please see License File for more information.