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. [API Development](/categories/api)
4. /
5. jeffmilanes/lazop-sdk-php

ActiveLibrary[API Development](/categories/api)

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 3w ago

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 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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://avatars.githubusercontent.com/u/2756849?v=4)[Jeff Milanes](/maintainers/jeffmilanes)[@jeffmilanes](https://github.com/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)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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