morningtrain/envato-api

A complete native php wrapper for the Envato API

Installs: 3 229

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 4

Forks: 5

Open Issues: 2

pkg:composer/morningtrain/envato-api

v1.1.0 2021-11-29 09:50 UTC

This package is auto-updated.

Last update: 2025-09-29 02:01:23 UTC


README

Software License

A complete native php wrapper for the Envato API

Install

Via Composer

$ composer require morningtrain/envato-api

Usage

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.

Credits

License

GNU General Public License v3.0. Please see License File for more information.