PHPackages                             sergiodlopes/omnipay-eupago-multibanco - 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. sergiodlopes/omnipay-eupago-multibanco

ActiveLibrary[Payment Processing](/categories/payments)

sergiodlopes/omnipay-eupago-multibanco
======================================

Eupago - pagamento por multibanco

013PHP

Since Jan 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sergiodlopes/omnipay-eupago-multibanco)[ Packagist](https://packagist.org/packages/sergiodlopes/omnipay-eupago-multibanco)[ RSS](/packages/sergiodlopes-omnipay-eupago-multibanco/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Eupago - Multibanco for omnipay
===============================

[](#eupago---multibanco-for-omnipay)

**This is the Eupago solution for omnipay payment processing library**

Eupago is one Portuguese payment method that allows the customer to pay by bank reference. For use it you need create one account in [Eupago](http://www.eupago.pt/) website. Once installed and configured you are able to use all the features of our [API](https://seguro.eupago.pt/api/).

Instalation
-----------

[](#instalation)

For instalation details please check the [omnipay](https://github.com/thephpleague/omnipay#installation) git page.

Required fields
---------------

[](#required-fields)

apiKey -&gt; to generate your api key please [create\_an\_account](https://eupago.pt/registo) on our website
currency -&gt; currency is required and must be 'EUR' or '€'
ammount -&gt;
transactionId -&gt; transactionId (normaly this is the orderId number)

Example
-------

[](#example)

```
$gateway = Omnipay::create('Eupago_Multibanco');

//required fields
$gateway->setApiKey('xxx-xxx-xxx-xxx');
$gateway->setCurrency('EUR');
$gateway->setTransactionId('xxxxx');

$response = $gateway->purchase(['amount' => '10.00'])->send();

// return the Eupago api response with payment credentials
// see src/message/response.php methods for more information
$payment_data = $response->getData();

// return the Transaction Reference
// the transaction Reference is required for call the status of payment, you should store them in your "orders" table related database
$ref = $response->getTransactionReference();

//return the status of transaction (pendent, paid , not_exist, etc)
$PaymentStatus = $gateway->checkStatus(['TransactionReference' => 'xxxxxx'])->send();

if ($response->isSuccessful()) {
    // payment was successful: update database
	// you will nedd to store some adicional data like transaction reference,
} else {
    // payment failed: display message to customer
    echo $response->getMessage();
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.8% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c0df4e4cea3199a176c6c5e3d3a1c86a99852f5684dc81c7a705399717776d8?d=identicon)[sergiodlopes](/maintainers/sergiodlopes)

---

Top Contributors

[![sergiodlopes](https://avatars.githubusercontent.com/u/444252?v=4)](https://github.com/sergiodlopes "sergiodlopes (10 commits)")[![marciopereira00](https://avatars.githubusercontent.com/u/6872858?v=4)](https://github.com/marciopereira00 "marciopereira00 (7 commits)")

### Embed Badge

![Health badge](/badges/sergiodlopes-omnipay-eupago-multibanco/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[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)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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