2017 © Pedro Peláez
 

library laravel-mercadolibre

Laravel wrapper for the MercadoLibre API Client

image

zephia/laravel-mercadolibre

Laravel wrapper for the MercadoLibre API Client

  • Wednesday, May 23, 2018
  • by mauro-moreno
  • Repository
  • 3 Watchers
  • 0 Stars
  • 395 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 9 Versions
  • 10 % Grown

The README.md

Laravel MercadoLibre API Client

This package is a wrapper of MercadoLibre API Client PHP Class for Laravel Framework., (*1)

Installation

Using composer, (*2)

Run the following command and provide the latest stable version:, (*3)

composer require zephia/laravel-mercadolibre

Then register this service provider with Laravel in config/app.php:, (*4)

'providers' => [
    ...
    Zephia\LaravelMercadoLibre\Provider\MercadoLibreServiceProvider::class,
    ...
]

Publish config file:, (*5)

php artisan vendor:publish --provider="Zephia\LaravelMercadoLibre\Provider\MercadoLibreServiceProvider" --tag="config"

Add MERCADOLIBRE_APP_KEY and MERCADOLIBRE_APP_SECRET constants to your .env file:, (*6)

MERCADOLIBRE_APP_KEY=YOUR-MERCADOLIBRE-APP-KEY
MERCADOLIBRE_APP_SECRET=YOUR-MERCADOLIBRE-APP-SECRET

Usage

Get user data

See fields documentation at official MercadoLibre API reference, (*7)

```php <?php, (*8)

/** * User Show */, (*9)

$user = app('meli_api')->userShow('MLA123456789');, (*10)

var_dump($user);, (*11)

// object(Zephia\MercadoLibre\Entity\User), (*12)

The Versions

23/05 2018

dev-develop

dev-develop

Laravel wrapper for the MercadoLibre API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno
by Cristian Jimenez

21/12 2016

dev-master

9999999-dev

Laravel wrapper for the MercadoLibre API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno
by Cristian Jimenez

21/12 2016

v0.1.1

0.1.1.0

Laravel wrapper for the MercadoLibre API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno
by Cristian Jimenez

04/11 2016

v0.1.0

0.1.0.0

Laravel wrapper for the MercadoLibre API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno
by Cristian Jimenez

03/11 2016

v0.0.5

0.0.5.0

Laravel wrapper for the MercadoLibre API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno
by Cristian Jimenez

03/11 2016

v0.0.4

0.0.4.0

Laravel wrapper for the MercadoLibre API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno
by Cristian Jimenez

28/10 2016

v0.0.3

0.0.3.0

Laravel wrapper for the MercadoLibre API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno
by Cristian Jimenez

14/10 2016

v0.0.2

0.0.2.0

Laravel wrapper for the MercadoLibre API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno

14/10 2016

v0.0.1

0.0.1.0

Laravel wrapper for the MercadoLibre API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno