PHP library for the new Lazada Open Platform, written based on the new API reference.
Only the following parts of the library are available:
- Authentication
- Exception Handling & Validation
- Http & Http Client
- Object -> Orders
The following are pending development:
- Object -> Product
- Object -> Finance
- Object -> Logistics
- Object -> Seller
- Object -> System
- Object -> DataMoat
The full version of this library will be available on 24th June 2018.
You can install the bindings via Composer. Run the following command:
composer require theroyalstudent/lazada-openplatform-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
See Lazada Open Platform API Reference for up-to-date documentation, and Seller Authorization Intro for more information about the OAuth2.0-based authorization protocol put in place.
Please feel free to make open an issue if you encounter any issue with the library, or make a pull request if you've improved upon my library!
Copyright (C) 2018 Edwin A. <edwin@theroyalstudent.com>
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
Unported License: http://creativecommons.org/licenses/by-sa/3.0/