PHPackages                             cobrefacil/omnipay-cobrefacil - 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. cobrefacil/omnipay-cobrefacil

ActiveLibrary[Payment Processing](/categories/payments)

cobrefacil/omnipay-cobrefacil
=============================

Cobre Fácil Omnipay Driver

v1.1.2(3y ago)3391MITPHP

Since Apr 26Pushed 3y ago4 watchersCompare

[ Source](https://github.com/cobrefacil/omnipay-cobrefacil)[ Packagist](https://packagist.org/packages/cobrefacil/omnipay-cobrefacil)[ RSS](/packages/cobrefacil-omnipay-cobrefacil/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (13)Used By (0)

Omnipay: Cobre Fácil
====================

[](#omnipay-cobre-fácil)

**Cobre Fácil driver for the Omnipay PHP payment processing library**

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP. This package implements Cobre Fácil support for Omnipay.

### Simple Example

[](#simple-example)

```
$gateway = \Omnipay\Omnipay::create('CobreFacil');
$gateway->setAppId('your_valid_app_id');
$gateway->setSecret('your_valid_secret');
$gateway->setTestMode(false);

try {
    $response = $gateway->purchase([
        'reference' => '123456',
        'payable_with' => 'credit',
        'customer_id' => 'Y73MNPGJ18Y18V5KQODX',
        'capture' => true,
        'card' => [
            'number' => '5555555555554444',
            'expiryMonth' => '12',
            'expiryYear' => '2022',
            'cvv' => '123'
        ],
        'items' => [
            [
                'description' => 'Name of product or service',
                'quantity' => 1,
                'price' => '19.99',
            ],
        ],
    ])->send();

    if ($response->isSuccessful()) {
        echo 'Transaction id: ' . $response->getTransactionId() . PHP_EOL;
        echo 'Transaction reference: ' . $response->getTransactionReference() . PHP_EOL;
    }
} catch (\Exception $e) {
    // ...
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~32 days

Total

9

Last Release

1217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c44cb3f79ac03c58533d200afca1cf5c4a21727a4b73a712f4fd2615d6975e68?d=identicon)[cobrefacil](/maintainers/cobrefacil)

---

Top Contributors

[![guiachcar](https://avatars.githubusercontent.com/u/8571396?v=4)](https://github.com/guiachcar "guiachcar (3 commits)")[![toreti](https://avatars.githubusercontent.com/u/1796597?v=4)](https://github.com/toreti "toreti (3 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cobrefacil-omnipay-cobrefacil/health.svg)

```
[![Health](https://phpackages.com/badges/cobrefacil-omnipay-cobrefacil/health.svg)](https://phpackages.com/packages/cobrefacil-omnipay-cobrefacil)
```

###  Alternatives

[league/omnipay

Omnipay payment processing library

6.1k9.7M166](/packages/league-omnipay)[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38106.0k15](/packages/silverstripe-silverstripe-omnipay)

PHPackages © 2026

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