Files
Scanning the repository...
Last update 6 years 4 months
by Allan Chang
| Files | |
|---|---|
| src | |
| tests | |
| .gitignore | |
| .travis.yml | |
| README.md | |
| composer.json | |
| phpunit.xml |
composer.json{ "name": "clchangnet/aliexapi", "description": "AliExpress Affiliate API PHP Library", "keywords": [ "Aliexpress", "Product Advertising", "SOAP", "REST", "Affiliate Products" ], "homepage": "https://github.com/clchangnet/aliexapi", "type": "library", "license": "MIT", "authors": [ { "name": "Allan Chang", "email": "allan@clchang.net" } ], "require": {}, "require-dev": { "phpunit/phpunit": "4.7.*" }, "autoload": { "psr-4": { "AliexApi\\": "src/AliexIO" } } }