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

ActiveLibrary[Payment Processing](/categories/payments)

michelmelo/laravel-easypay
==========================

EasyPay :: Checkout, Transparente e Pagamento Recorrente(Assinaturas) no Laravel 5.\*

0.4.0(6y ago)110MITPHPPHP &gt;=5.5.9

Since Jan 23Pushed 6y ago1 watchersCompare

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

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

[![Total Downloads](https://camo.githubusercontent.com/1c3e6f20a705cbb1e0586697606b15db9c495b25f8a2e6828eb455cfb4aa6fbc/68747470733a2f2f706f7365722e707567782e6f72672f6d696368656c6d656c6f2f6c61726176656c2d656173797061792f642f746f74616c2e737667)](https://packagist.org/packages/michelmelo/laravel-easypay)[![Monthly Downloads](https://camo.githubusercontent.com/0b2ff416815de3fdb67486cd7169336fc3ba03f18a6497c16b1d37079f441d8c/68747470733a2f2f706f7365722e707567782e6f72672f6d696368656c6d656c6f2f6c61726176656c2d656173797061792f642f6d6f6e74686c79)](https://packagist.org/packages/michelmelo/laravel-easypay)[![Latest Stable Version](https://camo.githubusercontent.com/3c9f395cd173e986b92af65c06bd2f6bbe62ea3f7503644ae926195f43bb3e17/68747470733a2f2f706f7365722e707567782e6f72672f6d696368656c6d656c6f2f6c61726176656c2d656173797061792f762f737461626c652e737667)](https://packagist.org/packages/michelmelo/laravel-easypay)[![License](https://camo.githubusercontent.com/1cc96d90c1aa4851c6ce89d2a9580793effdecb27d874a99ec223f01c68e03f1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d352e2a2d6666363962342e7376673f7374796c653d666c61742d737175617265)](https://laravel.com)

Visite a [Wiki](https://github.com/michelmelo/laravel-easypay/wiki) para verificar os detalhes de como utilizar esta Package.

Qualquer problema, dúvida ou sugestão sinta-se livre para abrir uma issue ou enviar um PR.

```
use EasyPay; //Utilize a Facade

try {
    $pagseguro = EasyPay::setReference('2')
    ->setSenderInfo([
       'senderName' => 'Nome Completo', //Deve conter nome e sobrenome
       'senderPhone' => '(32) 1324-1421', //Código de área enviado junto com o telefone
       'senderEmail' => 'email@email.com',
       'senderHash' => 'Hash gerado pelo javascript',
       'senderCNPJ' => '98.966.488/0001-00' //Ou CPF se for Pessoa Física
    ])
    ->setShippingAddress([
       'shippingAddressStreet' => 'Rua/Avenida',
       'shippingAddressNumber' => 'Número',
       'shippingAddressDistrict' => 'Bairro',
       'shippingAddressPostalCode' => '12345-678',
       'shippingAddressCity' => 'Cidade',
       'shippingAddressState' => 'UF'
     ])
     ->setItems([
      [
        'itemId' => 'ID',
        'itemDescription' => 'Nome do Item',
        'itemAmount' => 12.14, //Valor unitário
        'itemQuantity' => '2', // Quantidade de itens
      ],
      [
        'itemId' => 'ID 2',
        'itemDescription' => 'Nome do Item 2',
        'itemAmount' => 12.14,
        'itemQuantity' => '2',
      ]
    ])
    ->send([
      'paymentMethod' => 'boleto'
    ]);
}
catch(\MichelMelo\EasyPay\EasyPayException $e) {
    $e->getCode(); //codigo do erro
    $e->getMessage(); //mensagem do erro
}
```

#### Créditos

[](#créditos)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

4

Last Release

2302d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d756073dec37ac9abd3c7edd0cf00b94f2d2de0055531eba5472392b1fd4da2?d=identicon)[michelmelo](/maintainers/michelmelo)

---

Top Contributors

[![michelmelo](https://avatars.githubusercontent.com/u/159223?v=4)](https://github.com/michelmelo "michelmelo (4 commits)")

---

Tags

easypaylaravelmbmultibancopagamentospagamentos-onlineportugallaravelassinaturastransparenterecorrenteeasypay

### Embed Badge

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

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

###  Alternatives

[artistas/laravel-pagseguro

PagSeguro Checkout Transparente e Pagamento Recorrente(Assinaturas) no Laravel 5.\*, 6.\*, 7.\* e 8.\*

22633.6k](/packages/artistas-laravel-pagseguro)[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.5k1.3M4](/packages/laraveldaily-laravel-invoices)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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