PHPackages                             jeffmilanes/lazop-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jeffmilanes/lazop-sdk-php

ActiveLibrary

jeffmilanes/lazop-sdk-php
=========================

Lazada Open API PHP SDK

0500PHP

Since Jan 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jeffmilanes/lazop-sdk-php)[ Packagist](https://packagist.org/packages/jeffmilanes/lazop-sdk-php)[ RSS](/packages/jeffmilanes-lazop-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Library for the Lazada Open API
===================================

[](#php-library-for-the-lazada-open-api)

Usage of this library is also available at [Lazada Open API](https://open.lazada.com)

Requirements
------------

[](#requirements)

PHP SDK requires PHP 5 or newer version

Composer Installation
---------------------

[](#composer-installation)

Run the following command:

```
composer require jeffmilanes/lazop-sdk-php
```

Usage
-----

[](#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));
...
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f1c4bbb230acccd2cbd42ab5528f720fb59d45bf125ecf2175382e1ca4e6b36?d=identicon)[jeffmilanes](/maintainers/jeffmilanes)

---

Top Contributors

[![jeffmilanes](https://avatars.githubusercontent.com/u/2756849?v=4)](https://github.com/jeffmilanes "jeffmilanes (17 commits)")

### Embed Badge

![Health badge](/badges/jeffmilanes-lazop-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/jeffmilanes-lazop-sdk-php/health.svg)](https://phpackages.com/packages/jeffmilanes-lazop-sdk-php)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
