Skip to content

Stajor/gearbest-affiliate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gearbest Affiliate API

Minimal PHP version Build Status

This PHP library will help you to interactive with Gearbest Affiliate API.

Installation

Add this line to your application's composer.json:

{
    "require": {
        "stajor/gearbest-affiliate": "^2.0"
    }
}

and run composer update

Or run this command in your command line:

$ composer require stajor/gearbest-affiliate

Usage

$api = new \GearBest\API([API KEY], [API SECRET]);
$coupons = $api->listCoupons(['language'  => 'en']);

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Stajor/gearbest-affiliate. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages