Download the PHP package wandesnet/mercado-livre without Composer
On this page you can find all versions of the php package wandesnet/mercado-livre. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wandesnet/mercado-livre
More information about wandesnet/mercado-livre
Files in wandesnet/mercado-livre
Download wandesnet/mercado-livre
More information about wandesnet/mercado-livre
Files in wandesnet/mercado-livre
Vendor wandesnet
Package mercado-livre
Short Description PHP SDK for integration with Mercado Livre
License MIT
Package mercado-livre
Short Description PHP SDK for integration with Mercado Livre
License MIT
Please rate this library. Is it a good library?
Informations about the package mercado-livre
Introduction
This integration package with Mercado Livre (not the official one)
Required
- PHP 8.1+
Installation
composer require wandesnet/mercado-livre
Usage
Create a class Meli
extends from Meli Connector
and implement the methods requires:
The refreshTokenExpireIn
method is free for you to implement as per your logic for refreshing the token; See the example below:
Set setClientId
, setClientSecret
, setRedirectUri
change the settings:
Example of use Meli::make()
or new Meli()
:
Example to generate authentication url in Mercado Livre:
Example to get access_token
after authentication in Mercado Livre:
Tests
./vendor/bin/pest
All versions of mercado-livre with dependencies
PHP Build Version
Package Version
The package wandesnet/mercado-livre contains the following files
Loading the files please wait ....