lpcs007/ae-php-sdk

AliExpress PHP SDK adapted for Composer installation

dev-main 2024-10-10 16:21 UTC

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:

AliExpress API Documentation

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.