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

AbandonedArchivedLibrary[API Development](/categories/api)

mercadolibre/php-sdk
====================

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

1714.6k—5%259[16 PRs](https://github.com/mercadolibre/php-sdk/pulls)PHP

Since Mar 8Pushed 4y ago87 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[![No longer maintained](https://camo.githubusercontent.com/0c114e5e6d30334c2a18de17be5d422ec26f12367cd9994f1502e24ddc1e9dc4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e74656e616e63652d4f46462d7265642e737667)](https://camo.githubusercontent.com/0c114e5e6d30334c2a18de17be5d422ec26f12367cd9994f1502e24ddc1e9dc4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e74656e616e63652d4f46462d7265642e737667)

### \[DEPRECATED\] This repository is no longer maintained

[](#deprecated-this-repository-is-no-longer-maintained)

> From the first week of April 2021 we will stop maintaining our SDKs.
>
> This project is not functional, the dependencies will not be updated to latest ones.
>
> We recommend you read our [documentation](https://developers.mercadolibre.com).

 [ ![Mercado Libre Developers](https://user-images.githubusercontent.com/1153516/73021269-043c2d80-3e06-11ea-8d0e-6e91441c2900.png)](https://developers.mercadolibre.com)---

 [ ![Mercado Libre Developers](https://user-images.githubusercontent.com/1153516/29861072-689ec57e-8d3e-11e7-8368-dd923543258f.jpg)](https://developers.mercadolibre.com)

 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 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/mercadolibre/php-sdk.git"
    }
  ],
  "require": {
    "mercadolibre/php-sdk": "*@dev"
  }
}
```

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)

```
