Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dariotarantini/gearbestphp

Library for Gearbest API using PHP.
https://github.com/dariotarantini/gearbestphp

api commercial gearbest json library php php-library php7

Last synced: about 1 month ago
JSON representation

Library for Gearbest API using PHP.

Awesome Lists containing this project

README

        

# GearBestPHP

This is a free libray for GearBest Associate Program written in PHP. Fork me! :)

# Requirements
```
PHP 5.6>=
PHP-CURL
```
# Installation
Install with composer using:
`git clone https://github.com/vpervenditti/GearBestPHP`
or just download [GearBestPHP.php](./src/GearBestPHP.php) and include it.
# DOCs

All docs can be found here: https://affiliate.gearbest.com/home/api/detail

# Examples

Simple example [here](./exemples/simple_client.php)

# License
```
Copyright (C) 2018 Dario Tarantini

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .

The AGPL is not applicable to the config.json file because it contains sensitive personal data, so if you
modify that file you can not distribute that particular file following the rules of the AGPL
```