Registry / http-client / mercadopago-dx-php

mercadopago-dx-php

JSON →
library3.11.2phppackagistunverified

Mercado Pago PHP SDK for integrating payment processing.

composer require mercadopago/dx-php
INSTALL
IMPORT
SIG · MERCADOPAGO-DX-PHP
M
mercadopago-dx-php
http-clientphpv3.11.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SDK
use MercadoPago\SDK;

Initialize SDK and create a payment.

use MercadoPago\SDK; SDK::setAccessToken('YOUR_ACCESS_TOKEN'); $payment = new MercadoPago\Payment(); $payment->transaction_amount = 100; $payment->save();
Debug
Known issues
breakingBreaking changes between v2 and v3: SDK initialization and method signatures changed.
fix
Update to use SDK::setAccessToken() instead of old MercadoPago\SDK::setClientId() and setClientSecret().
affects: >=3.0.0
Upgrade
Version history
3.11.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Amazon
1
Resources
mercadopago-dx-php — pip install mercadopago-dx-php · libregistry