Skip to content

A complete native php wrapper for the Envato API

License

Notifications You must be signed in to change notification settings

thienhungho/envato-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Envato Api

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.

About

A complete native php wrapper for the Envato API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%