PHPackages                             cobroinmediato/pagospyme-sdk-public-api-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. cobroinmediato/pagospyme-sdk-public-api-php

ActiveLibrary[Payment Processing](/categories/payments)

cobroinmediato/pagospyme-sdk-public-api-php
===========================================

1.2.13(4y ago)174MITPHPPHP &gt;=5.5.0CI failing

Since Mar 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cobroinmediato/sdk-pagospyme-public-api)[ Packagist](https://packagist.org/packages/cobroinmediato/pagospyme-sdk-public-api-php)[ Docs](https://github.com/cobroinmediato/sdk-pagospyme-public-api)[ RSS](/packages/cobroinmediato-pagospyme-sdk-public-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (19)Used By (0)

PagosPyme SDK for PHP
=====================

[](#pagospyme-sdk-for-php)

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

### PHP Versions Supported:

[](#php-versions-supported)

The SDK supports PHP 5.6 or major

### Installation

[](#installation)

#### Using Composer

[](#using-composer)

1. Download [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) if not already installed
2. Go to your project directory and run `composer require "cobroinmediato/pagospyme-sdk-public-api-php"` on the command line.
3. This how your directory structure would look like.
4. Thats all, you have Mercado Pago SDK installed.

### Quick Start

[](#quick-start)

1. You have to require the library from your Composer vendor folder.

```
require __DIR__  . '/vendor/autoload.php';
```

2. Setup your credentials

You have two types of credentials:

- **For API or custom checkout:**```
    PagosPyme\SDK::setAccessToken("YOUR_ACCESS_TOKEN");      // On Production
    PagosPyme\SDK::setAccessToken("YOUR_TEST_ACCESS_TOKEN"); // On Sandbox
    ```
- **For Web-checkout:**```
    PagosPyme\SDK::setClientId("YOUR_CLIENT_ID");
    PagosPyme\SDK::setClientSecret("YOUR_CLIENT_SECRET");
    ```

3. 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:

**Sample**

```

```

### Support

[](#support)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~30 days

Recently: every ~60 days

Total

17

Last Release

1758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/916737f9973266d71fc3298712e48ce43b3ca4d6e1e0836981c5d5fd3d6bb893?d=identicon)[Aoshido](/maintainers/Aoshido)

---

Top Contributors

[![yoendry](https://avatars.githubusercontent.com/u/25009032?v=4)](https://github.com/yoendry "yoendry (2 commits)")[![Aoshido](https://avatars.githubusercontent.com/u/1039259?v=4)](https://github.com/Aoshido "Aoshido (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/cobroinmediato-pagospyme-sdk-public-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/cobroinmediato-pagospyme-sdk-public-api-php/health.svg)](https://phpackages.com/packages/cobroinmediato-pagospyme-sdk-public-api-php)
```

###  Alternatives

[jms/payment-core-bundle

A unified API for processing payments with Symfony

194742.9k36](/packages/jms-payment-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[ticketpark/saferpay-json-api

A php library to use the json api of Saferpay

34312.6k1](/packages/ticketpark-saferpay-json-api)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
