PHPackages                             lucasfidelis/mercado-livre-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. lucasfidelis/mercado-livre-sdk

ActiveLibrary[API Development](/categories/api)

lucasfidelis/mercado-livre-sdk
==============================

MercadoLivre SDK

v0.0.6(2y ago)534MITPHPPHP &gt;=8.2

Since Jun 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/LucasFidelis/mercadolivre-php-sdk)[ Packagist](https://packagist.org/packages/lucasfidelis/mercado-livre-sdk)[ RSS](/packages/lucasfidelis-mercado-livre-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

[![MercadoLibre logo](https://camo.githubusercontent.com/f9b3eaf87e19e37cb2f5cdcb051a3b0debb7777fe8b6725c7977d51eb75aef45/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f70742f302f30342f4c6f676f7469706f5f4d65726361646f4c697672652e706e67)](https://www.mercadolivre.com.br/)

Mercado Livre SDK PHP
=====================

[](#mercado-livre-sdk-php)

How to use
----------

[](#how-to-use)

```
use LucasFidelis\MercadoLivreSdk\Client\Client;
use LucasFidelis\MercadoLivreSdk\Managers\ProductManager;

...

$itemId = 'MLB123456789';

$client = new Client($CLIENT_ID, $CLIENT_SECRET, $ACCESS_TOKEN, $REFRESH_TOKEN);
$productManager = new ProductManager($client);

$product = $productManager->findById($itemId);
$product->setPrice(123.45);
$productManager->updatePrice($product);
```

How to install
--------------

[](#how-to-install)

```
composer require lucasfidelis/mercado-livre-sdk

```

Supported features
------------------

[](#supported-features)

### Authentication and Authorization

[](#authentication-and-authorization)

FeatureStatusAuthorization✅Refresh token✅Create a test user✅Get Profile✅### Products

[](#products)

FeatureStatusGet Item by ID✅Search items by Seller ID✅Get current sales price✅Change variations✅Update Available Quantity✅Get Item Prices✅Update Price✅Create an Item🔜### Orders

[](#orders)

FeatureStatusGet Order by ID✅Get Billing Info✅### Shipment

[](#shipment)

FeatureStatusGet Shipment by ID✅Get Shipment Costs✅Get Shipment Items✅Get Shipment Label as ZPL✅Contribute
----------

[](#contribute)

Feel free to open pull requests; we welcome contributions! However, for significant changes, it's best to open an issue beforehand. Before creating your own issue or pull request, always check to see if one already exists!

Disclaimer
----------

[](#disclaimer)

This project is not associated, authorized, endorsed by, or in any way with MercadoLibre.

MercadoLibre, as well as related names, marks, emblems and images are registered trademarks of their respective owners.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~3 days

Total

6

Last Release

742d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a004d9b5b22013836b64caf19c01fabfce7745faee4f7d852cd5230da7b7bbb2?d=identicon)[lucasfidelis97+packagist@gmail.com](/maintainers/lucasfidelis97+packagist@gmail.com)

---

Top Contributors

[![LucasFidelis](https://avatars.githubusercontent.com/u/25336055?v=4)](https://github.com/LucasFidelis "LucasFidelis (84 commits)")

---

Tags

composercomposer-librarymercadolivre-sdkphp-8php-libraryrest-client

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lucasfidelis-mercado-livre-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/lucasfidelis-mercado-livre-sdk/health.svg)](https://phpackages.com/packages/lucasfidelis-mercado-livre-sdk)
```

###  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.0k16](/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)
