Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

PHP library for the Lazada Open Platform, built according to the official documentation.

Notifications You must be signed in to change notification settings

runbiscuit/lazada-openplatform-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Library for the Lazada Open Platform (untested)

PHP library for the new Lazada Open Platform, written based on the new API reference.

⚠️ Status: Probably Broken ⚠️

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.

Composer Installation

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');

Documentation

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.

Contributing

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!

Licenses

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/

About

PHP library for the Lazada Open Platform, built according to the official documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages