PHPackages                             flixmedia/lazada-php-sdk - 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. flixmedia/lazada-php-sdk

ActiveLibrary[API Development](/categories/api)

flixmedia/lazada-php-sdk
========================

A Lazada PHP SDK for Laravel

v1.0.0(1y ago)09MITPHPPHP ^7.3|^8.0

Since May 16Pushed 1y agoCompare

[ Source](https://github.com/FlixmediaTech/lazada-php-sdk)[ Packagist](https://packagist.org/packages/flixmedia/lazada-php-sdk)[ Docs](https://github.com/appolous/lazada-php-sdk)[ RSS](/packages/flixmedia-lazada-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Lazada PHP SDK for Laravel
==========================

[](#lazada-php-sdk-for-laravel)

This PHP SDK is available to download at

Support Laravel 7.x / 8.x / 9.x / 10.x

Installation
------------

[](#installation)

Via Composer

`composer require appolous/lazada-php-sdk`

How To Use
----------

[](#how-to-use)

```
use Lazada\LazopClient;
use Lazada\LazopRequest;

$lazadaUrl = "https://api.lazada.com.my/rest";
$apiKey = "YOURAPIKEY";
$apiSecret = "YOURAPISECRET";

$lazOp = new LazopClient($lazadaUrl, $apiKey, $apiSecret);
$lazRequest = new LazopRequest('/category/tree/get', 'GET');

// Request Params
$lazRequest->addApiParam($key, $param);

// Upload files
$lazRequest->addFileParam('image', file_get_contents($file));

// Process API
$response = $lazOp->execute($lazRequest, $token); // JSON Response
```

You can find the required parameters here:

Credits
-------

[](#credits)

[Ibnu Halim Mustofa](https://github.com/ibnuhalimm)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

723d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e83bd6539d22b132cc4072f9de6ee09960db3dc66c155fc4eb2cdc8227866c4?d=identicon)[shahadatflix](/maintainers/shahadatflix)

---

Top Contributors

[![alanyeong](https://avatars.githubusercontent.com/u/1586318?v=4)](https://github.com/alanyeong "alanyeong (11 commits)")[![afiqsazlan](https://avatars.githubusercontent.com/u/43999121?v=4)](https://github.com/afiqsazlan "afiqsazlan (1 commits)")[![ibnuhalimm](https://avatars.githubusercontent.com/u/14322078?v=4)](https://github.com/ibnuhalimm "ibnuhalimm (1 commits)")[![shahadatflix](https://avatars.githubusercontent.com/u/84387247?v=4)](https://github.com/shahadatflix "shahadatflix (1 commits)")

---

Tags

laravelLazada

### Embed Badge

![Health badge](/badges/flixmedia-lazada-php-sdk/health.svg)

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

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)

PHPackages © 2026

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