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(1y ago)533MITPHPPHP &gt;=8.2

Since Jun 7Pushed 1y 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 1mo ago

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

27

—

LowBetter than 49% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

689d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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