lpcs007 / ae-php-sdk
AliExpress PHP SDK adapted for Composer installation
Installs: 1 591
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2025-05-23 21:27:17 UTC
README
This is a PHP SDK for AliExpress, adapted from the original SDK to be Composer-friendly. It allows developers to easily integrate with AliExpress services and APIs using PHP.
Features
- Composer compatibility for easy installation and autoloading (PSR-4).
- Provides a simple interface to interact with AliExpress APIs.
- Log management and request handling built-in.
Installation
You can install the SDK via Composer. Simply add the repository to your composer.json
file and require the package:
composer require lpcs007/ae_php_sdk
Usage
Once installed, you can use the SDK to interact with AliExpress services as follows:
use AliExpress\Sdk\IopClient; $client = new IopClient($url, $appKey, $secretKey); // Now you can use $client to make API requests.
For more detailed examples, refer to the demo
directory included in this repository.
Documentation
This SDK was adapted from the original AliExpress SDK. You can find the full documentation for the AliExpress API at:
Please refer to the official documentation for more details on the available methods, endpoints, and authentication requirements.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Feel free to submit issues or pull requests if you have any suggestions or improvements.