Download the PHP package winkelco/mercadolibre without Composer
On this page you can find all versions of the php package winkelco/mercadolibre. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download winkelco/mercadolibre
More information about winkelco/mercadolibre
Files in winkelco/mercadolibre
Download winkelco/mercadolibre
More information about winkelco/mercadolibre
Files in winkelco/mercadolibre
Vendor winkelco
Package mercadolibre
Short Description Laravel wrapper for the MercadoLibre API Client
License MIT
Package mercadolibre
Short Description Laravel wrapper for the MercadoLibre API Client
License MIT
Please rate this library. Is it a good library?
Informations about the package mercadolibre
Laravel MercadoLibre API Client
This package is a wrapper of MercadoLibre API Client PHP Class for Laravel Framework.
Installation
Using composer
Run the following command and provide the latest stable version:
Then register this service provider with Laravel in config/app.php:
Publish config file:
Add MERCADOLIBRE_APP_KEY and MERCADOLIBRE_APP_SECRET constants to your .env file:
Usage
Get user data
See fields documentation at official MercadoLibre API reference
<?php
/**
* User Show
*/
$user = app('meli_api')->userShow('MLA123456789');
var_dump($user);
// object(WinkelCo\MercadoLibre\Entity\User)
All versions of mercadolibre with dependencies
PHP Build Version
Package Version
The package winkelco/mercadolibre contains the following files
Loading the files please wait ....