PHPackages                             luismarto/easypay - 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. luismarto/easypay

ActiveLibrary[Payment Processing](/categories/payments)

luismarto/easypay
=================

PHP wrapper for integration with Easypay Payment System

1.0.0(8y ago)21864MITPHP

Since Jun 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/luismarto/easypay)[ Packagist](https://packagist.org/packages/luismarto/easypay)[ Docs](https://geekalicious.pt/phpopenchart/)[ RSS](/packages/luismarto-easypay/feed)WikiDiscussions develop Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

PHP wrapper for Easypay API integration
---------------------------------------

[](#php-wrapper-for-easypay-api-integration)

This package provides wrapper methods to call Easypay payment system API.

This package was forked from [Easypay PHP-Wrapper](https://github.com/Easypay/PHP-Wrapper)and allows you to integrate the wrapper with any PHP framework or project that uses Composer.

Installation
============

[](#installation)

Require the package in your `composer.json` file and update composer:

```
"luismarto/easypay": "1.*"
```

Basic usage
===========

[](#basic-usage)

Require the package in your `composer.json` file and update composer:

```
use Easypay\Easypay;

/**
 * @var Easypay $easypay
 */
protected $easypay;

public function __construct() {
    $this->easypay = new Easypay([
        'ep_user'   => 'ABCDEF',
        'ep_entity' => '12345',
        'ep_cin'    => '123456',
        's_code'    => 'ABCDEFGJI',
    ]);
}

public function createReference() {
    $this->easypay->setValue('t_value', '43.18');
    $this->easypay->setValue('t_key', 1);

    $result = $this->client->createReference('normal');

}
```

Documentation &amp; examples
============================

[](#documentation--examples)

In [examples/](examples/) you can find a sample database schema and fully functional code that integrates with Easypay and uses this package.

For further details and documentation, you can read the following articles:

[Introduction to Easypay API integration (portuguese)](https://geekalicious.pt/blog/pt/php/introducao-integracao-servico-pagamentos-easypay-multibanco-mb-debito-direto-dd-setup)

[Multibanco integration - soon](https://geekalicious.pt/)

[Débito Direto integration - soon](https://geekalicious.pt/)

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~860 days

Total

2

Last Release

3116d ago

### Community

Maintainers

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

---

Top Contributors

[![MASNathan](https://avatars.githubusercontent.com/u/2139464?v=4)](https://github.com/MASNathan "MASNathan (15 commits)")[![tec-easypay](https://avatars.githubusercontent.com/u/3834540?v=4)](https://github.com/tec-easypay "tec-easypay (3 commits)")

---

Tags

multibancoeasypaydebito direto

### Embed Badge

![Health badge](/badges/luismarto-easypay/health.svg)

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

###  Alternatives

[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[dnetix/redirection

Library to connect with PlacetoPay Checkout service

17123.3k2](/packages/dnetix-redirection)

PHPackages © 2026

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