Download the PHP package wandesnet/mercadopago-laravel without Composer
On this page you can find all versions of the php package wandesnet/mercadopago-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wandesnet/mercadopago-laravel
More information about wandesnet/mercadopago-laravel
Files in wandesnet/mercadopago-laravel
Package mercadopago-laravel
Short Description PHP SDK for integration with Mercado Pago
License MIT
Informations about the package mercadopago-laravel
Mercado Pago Laravel
Introduction
This integration package with Mercado Pago (not the official one)
Documentation official: https://www.mercadopago.com.br/developers
Required
- PHP 8.1+
- Laravel 10+
To get started, using the Composer package manager
composer require wandesnet/mercadopago-laravel
Next, publish resources using the vendor:publish command:
php artisan vendor:publish --provider="WandesCardoso\MercadoPago\MercadoPagoServiceProvider"
Configuration
After publishing the resources, its configuration file will be located at .env
. This file allows you to configure the credentials of your Mercado Pago application.
Usage
Create a payment
Crate a preference
Create a plan
Create a subscription
Update a subscription
Methods available
The function mercadoPago()
returns an instance of the class WandesCardoso\MercadoPago\MercadoPago
that has the following methods:
mercadoPago()->payment()->find()
mercadoPago()->payment()->create()
mercadoPago()->payment()->update()
mercadoPago()->payment()->search()
mercadoPago()->preference()->find()
mercadoPago()->preference()->create()
mercadoPago()->preference()->update()
mercadoPago()->preference()->search()
mercadoPago()->plan()->find()
mercadoPago()->plan()->create()
mercadoPago()->plan()->update()
mercadoPago()->plan()->search()
mercadoPago()->request()->get()
mercadoPago()->request()->post()
mercadoPago()->request()->put()
mercadoPago()->request()->delete()
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Tests
./vendor/bin/pest
License MIT. Please see the license file for more information.
All versions of mercadopago-laravel with dependencies
laravel/framework Version ^10.0|^11.0|^12.0
ramsey/uuid Version ^4.7
saloonphp/saloon Version ^3.5