PHPackages                             gordalina/easypay-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. [API Development](/categories/api)
4. /
5. gordalina/easypay-php

ActiveLibrary[API Development](/categories/api)

gordalina/easypay-php
=====================

PHP library to communicate with easypay.pt API

1.0.1(11y ago)161.5k61MITPHPPHP &gt;=5.3.3

Since Oct 29Pushed 11y ago7 watchersCompare

[ Source](https://github.com/gordalina/easypay-php)[ Packagist](https://packagist.org/packages/gordalina/easypay-php)[ Docs](https://github.com/gordalina/easypay-php)[ RSS](/packages/gordalina-easypay-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (10)Used By (1)

Easypay-PHP
===========

[](#easypay-php)

[![Build Status](https://camo.githubusercontent.com/3236a5611b0afb4e6edd6524b76e5cc8efeffe2ed9dec2a77fec9bb365c21e01/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f676f7264616c696e612f656173797061792d7068702e737667)](https://travis-ci.org/gordalina/easypay-php)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/acb54ba7faaf183152b5b5483a592fe9eba367785cfba38fbe46286d236acd93/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f676f7264616c696e612f656173797061792d7068702e737667)](https://scrutinizer-ci.com/g/gordalina/easypay-php/)[![Code Coverage](https://camo.githubusercontent.com/cf321068bc6c77ef90f9ae93997a4fea162a2d9f916b0653d9221ec1d2daa5fd/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f676f7264616c696e612f656173797061792d7068702e737667)](https://scrutinizer-ci.com/g/gordalina/easypay-php/)[![SensioLabs Insight](https://camo.githubusercontent.com/e995dbf8b0c1759d26d25fe9e77e7f9973538413fec89ed9d06511eb8ec07f03/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f35316434393530372d653735652d343865332d386533332d3063313631323132653833302e737667)](https://insight.sensiolabs.com/projects/51d49507-e75e-48e3-8e33-0c161212e830)[![Codacy Badge](https://camo.githubusercontent.com/b15144728964087b8bd14bf99e2f8692771a178191cc58062b2452179bdfe947/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f35633338386165646565613863653766643962363763366633373161633161642e737667)](https://www.codacy.com/public/gordalina/easypayphp)

This library provides a simple API to communicate with [Easypay](http://easypay.pt/)

Installing via Composer
=======================

[](#installing-via-composer)

The recommended way to install is through [Composer](http://composer.org).

```
# Install Composer
$ curl -sS https://getcomposer.org/installer | php

# Add easypay-php as a dependency
$ php composer.phar require gordalina/easypay-php:~1.0
```

After installing, you need to require Composer's autoloader:

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

Testing
=======

[](#testing)

This library uses [PHPUnit](https://github.com/sebastianbergmann/phpunit). In order to run the unit tests, you'll first need to install the development dependencies of the project using Composer:

```
$ php composer.phar install --dev
```

You can then run the tests using phpunit

```
$ bin/phpunit
```

If you want to run integration tests you have to copy `phpunit.xml.dist` to `phpunit.xml` then insert your credentials and set `EASYPAY_RUN_INTEGRATION_TESTS`to `true`.

Then run phpunit

```
$ bin/phpunit --exclude-group none
```

License
=======

[](#license)

This library is under the MIT License, see the complete license [here](LICENSE)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 80.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 ~43 days

Recently: every ~66 days

Total

9

Last Release

4230d ago

Major Versions

0.0.7 → 1.0.02014-09-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/3997a8664adb54d73be1861f2c2a562024cdd80dbde7eec9578f38fb8be1bb44?d=identicon)[gordalina](/maintainers/gordalina)

---

Top Contributors

[![gordalina](https://avatars.githubusercontent.com/u/787913?v=4)](https://github.com/gordalina "gordalina (57 commits)")[![prbdias](https://avatars.githubusercontent.com/u/489247?v=4)](https://github.com/prbdias "prbdias (6 commits)")[![goblindegook](https://avatars.githubusercontent.com/u/285497?v=4)](https://github.com/goblindegook "goblindegook (5 commits)")[![carlosflorencio](https://avatars.githubusercontent.com/u/1500881?v=4)](https://github.com/carlosflorencio "carlosflorencio (3 commits)")

---

Tags

easypay

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[gorkalaucirica/hipchat-v2-api-client

Hipchat v2 API client

80223.4k6](/packages/gorkalaucirica-hipchat-v2-api-client)[matthiasnoback/microsoft-translator

Library for making calls to the Microsoft Translator V2 API

39234.2k3](/packages/matthiasnoback-microsoft-translator)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)[webit/w-firma-api

wFirma.pl API

1820.2k](/packages/webit-w-firma-api)[armetiz/airtable-php

Manipulate Airtable API using PHP

209.2k](/packages/armetiz-airtable-php)

PHPackages © 2026

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