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 today

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 52% 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

1810d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1039259?v=4)[Aoshido](/maintainers/Aoshido)[@Aoshido](https://github.com/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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)[api-platform/doctrine-common

Common files used by api-platform/doctrine-orm and api-platform/doctrine-odm

274.4M48](/packages/api-platform-doctrine-common)[neos/flow

Flow Application Framework

852.2M509](/packages/neos-flow)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k19](/packages/solspace-craft-freeform)[hostnet/entity-tracker-component

Provides an event when a Tracked entity changes

16160.8k9](/packages/hostnet-entity-tracker-component)

PHPackages © 2026

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