Download the PHP package zephia/laravel-mercadolibre without Composer
On this page you can find all versions of the php package zephia/laravel-mercadolibre. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zephia/laravel-mercadolibre
More information about zephia/laravel-mercadolibre
Files in zephia/laravel-mercadolibre
Download zephia/laravel-mercadolibre
More information about zephia/laravel-mercadolibre
Files in zephia/laravel-mercadolibre
Vendor zephia
Package laravel-mercadolibre
Short Description Laravel wrapper for the MercadoLibre API Client
License MIT
Package laravel-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 laravel-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(Zephia\MercadoLibre\Entity\User)
All versions of laravel-mercadolibre with dependencies
PHP Build Version
Package Version
The package zephia/laravel-mercadolibre contains the following files
Loading the files please wait ....