PHPackages                             idealizetecnologia/meli - 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. idealizetecnologia/meli

ActiveLibrary[API Development](/categories/api)

idealizetecnologia/meli
=======================

This is the official PHP SDK for MercadoLibre's Platform

v2.0.0.x-dev(8y ago)0299PHP

Since Jun 2Pushed 7y agoCompare

[ Source](https://github.com/idealizetecnologia/php-sdk)[ Packagist](https://packagist.org/packages/idealizetecnologia/meli)[ RSS](/packages/idealizetecnologia-meli/feed)WikiDiscussions master Synced yesterday

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

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

[](#mercadolibres-php-sdk)

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

How do I install it?
--------------------

[](#how-do-i-install-it)

```
$ composer require idealizetecnologia/meli
$ composer dumpautoload -o // optional
```

How do I use it?
----------------

[](#how-do-i-use-it)

The first thing to do is to instance a `Meli` class. You'll need to give a `clientId` and a `clientSecret`. You can obtain both after creating your own application. For more information on this please read: [creating an application](http://developers.mercadolibre.com/application-manager/)

### Including the Lib

[](#including-the-lib)

Include the lib meli in your project

```
