Skip to content

jeffmilanes/lazop-sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

PHP Library for the Lazada Open API

Usage of this library is also available at Lazada Open API

Requirements

PHP SDK requires PHP 5 or newer version

Composer Installation

Run the following command:

composer require jeffmilanes/lazop-sdk-php

Usage

Sample usage:

use jeffmilanes\PHPLazadaSDK\LazopClient;
use jeffmilanes\PHPLazadaSDK\LazopRequest;

...
$c = new LazopClient('https://api.lazada.test/rest', '${appKey}', '${appSecret}');
$request = new LazopRequest('/mock/api/get');
$request->addApiParam('api_id',1);
$request->addHttpHeaderParam('cx','test');
    
var_dump($c->execute($request));
...

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages