定制 liveecommerce/dx-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

liveecommerce/dx-php

最新稳定版本:3.0.4

Composer 安装命令:

composer require liveecommerce/dx-php

包简介

Fork from mercadopago/dx-php changing the dependencies versions.

README 文档

README

Build Status

This library provides developers with a simple set of bindings to the Mercado Pago API.

PHP Versions Supported:

The SDK supports PHP 7.1 or major

Installation

Using Composer

  1. Download Composer if not already installed
  2. Go to your project directory and run composer require "liveecommerce/dx-php:1.9.0" on the command line.
  3. This how your directory structure would look like.
  4. Thats all, you have Mercado Pago SDK installed.

installation-demo

Quick Start

  1. You have to require the library from your Composer vendor folder.
require __DIR__ . '/vendor/autoload.php';
  1. Setup your credentials

You have two types of credentials:

  • For API or custom checkout:
    MercadoPago\SDK::setAccessToken("YOUR_ACCESS_TOKEN"); // On Production MercadoPago\SDK::setAccessToken("YOUR_TEST_ACCESS_TOKEN"); // On Sandbox
  • For Web-checkout:
    MercadoPago\SDK::setClientId("YOUR_CLIENT_ID"); MercadoPago\SDK::setClientSecret("YOUR_CLIENT_SECRET");
  1. Using resource objects.

You can interact with all the resources available in the public API, to this each resource is represented by classes according to the following diagram:

sdk resource structure

Sample

 <?php require __DIR__ . '/vendor/autoload.php'; MercadoPago\SDK::setAccessToken("YOUR_ACCESS_TOKEN"); $payment = new MercadoPago\Payment(); $payment->transaction_amount = 141; $payment->token = "YOUR_CARD_TOKEN"; $payment->description = "Ergonomic Silk Shirt"; $payment->installments = 1; $payment->payment_method_id = "visa"; $payment->payer = array( "email" => "larue.nienow@hotmail.com" ); echo $payment->status; ?>

Support

Write us at developers.mercadopago.com

统计信息

  • 总下载量: 35.88k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 217
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固