PHPackages                             webmasterdro/sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. webmasterdro/sdk-php

ActiveLibrary[Payment Processing](/categories/payments)

webmasterdro/sdk-php
====================

Mercado Pago PHP SDK

2.4.8(4y ago)1148MITPHPPHP &gt;=7.1.0

Since Dec 27Pushed 4y agoCompare

[ Source](https://github.com/webmasterdro/sdk-php)[ Packagist](https://packagist.org/packages/webmasterdro/sdk-php)[ Docs](https://github.com/webmasterdro/sdk-php)[ RSS](/packages/webmasterdro-sdk-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (10)Versions (77)Used By (0)

Mercado Pago SDK for PHP
========================

[](#mercado-pago-sdk-for-php)

[![Latest Stable Version](https://camo.githubusercontent.com/83bd9be8596381e6e30a487fda5b78780ed670835f7dbcc5a3554793e626e16e/68747470733a2f2f706f7365722e707567782e6f72672f6d65726361646f7061676f2f64782d7068702f762f737461626c65)](https://packagist.org/packages/mercadopago/dx-php)[![Total Downloads](https://camo.githubusercontent.com/25952b89644fb36af13c75d86d34e03d93dc5b09668e84e59b2f891b1b29b9a1/68747470733a2f2f706f7365722e707567782e6f72672f6d65726361646f7061676f2f64782d7068702f646f776e6c6f616473)](https://packagist.org/packages/mercadopago/dx-php)[![License](https://camo.githubusercontent.com/7f774ef31a13d9316e12c94515a61e1144cf9108d28a3bd36c19da7d85051eaa/68747470733a2f2f706f7365722e707567782e6f72672f6d65726361646f7061676f2f64782d7068702f6c6963656e7365)](https://packagist.org/packages/mercadopago/dx-php)

This library provides developers with a simple set of bindings to help you integrate Mercado Pago API to a website and start receiving payments.

💡 Requirements
--------------

[](#-requirements)

PHP 5.6, 7.1 or higher

💻 Installation
--------------

[](#-installation)

First time using Mercado Pago? Create your [Mercado Pago account](https://www.mercadopago.com), if you don’t have one already.

1. Download [Composer](https://getcomposer.org/doc/00-intro.md) if not already installed
2. On your project directory run on the command line `composer require "mercadopago/dx-php:2.4.4"` for PHP7 or `composer require "mercadopago/dx-php:1.12.3"` for PHP5.6.
3. Copy the access\_token in the [credentials](https://www.mercadopago.com/mlb/account/credentials) section of the page and replace YOUR\_ACCESS\_TOKEN with it.

That's it! Mercado Pago SDK has been successfully installed.

🌟 Getting Started
-----------------

[](#-getting-started)

Simple usage looks like:

```
