PHPackages                             climba-commerce/mercadolibre-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. [HTTP &amp; Networking](/categories/http)
4. /
5. climba-commerce/mercadolibre-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

climba-commerce/mercadolibre-php-sdk
====================================

This is a the codebase to generate a SDK for Open Platform Marketplace

v3.2.3(2y ago)033.1k↓33.3%4unlicensePHPPHP &gt;=8.0

Since Mar 25Pushed 2y agoCompare

[ Source](https://github.com/Climba-Commerce/mercadolibre-php-sdk)[ Packagist](https://packagist.org/packages/climba-commerce/mercadolibre-php-sdk)[ Docs](https://developers.mercadolibre.com)[ RSS](/packages/climba-commerce-mercadolibre-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (10)Used By (0)

[![No longer maintained](https://camo.githubusercontent.com/fd2742d4c49c716a7b289558b4fc354ca3d0c8c34c49a27d05e97f307f550311/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e74656e616e63652d4f4e2d677265656e2e737667)](https://camo.githubusercontent.com/fd2742d4c49c716a7b289558b4fc354ca3d0c8c34c49a27d05e97f307f550311/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e74656e616e63652d4f4e2d677265656e2e737667)

 MercadoLibre's PHP SDK
========================

[](#--mercadolibres-php-sdk)

#### This is the official PHP SDK for MercadoLibre's Platform.

[](#this-is-the-official-php-sdk-for-mercadolibres-platform)

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

[](#requirements)

PHP 8.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "climba-commerce/mercadolibre-php-sdk": "^v3.1"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files

Run `composer install`

Include `autoload.php` in your code:

```
    require_once('/path-to-integration-folder/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Usage
-----

[](#usage)

```
