Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dariotarantini/gearbestphp
- Owner: dariotarantini
- License: agpl-3.0
- Created: 2018-01-05T16:24:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T15:42:47.000Z (about 5 years ago)
- Last Synced: 2024-04-18T11:12:25.073Z (9 months ago)
- Topics: api, commercial, gearbest, json, library, php, php-library, php7
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
# DOCsAll 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 TarantiniThis 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
```