PHPackages                             goeasymarket/gateway-laravel - 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. goeasymarket/gateway-laravel

ActiveLibrary[Payment Processing](/categories/payments)

goeasymarket/gateway-laravel
============================

Implementar o servico Braintree para o Laravel

02PHP

Since Apr 24Pushed 9y agoCompare

[ Source](https://github.com/goeasymarket/gateway-laravel)[ Packagist](https://packagist.org/packages/goeasymarket/gateway-laravel)[ RSS](/packages/goeasymarket-gateway-laravel/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

gateway-laravel
===============

[](#gateway-laravel)

### Instalação

[](#instalação)

Coloque a dependência `goeasymarket/gateway-laravel` em seu composer.json no seu projeto Laravel:

```
"goeasymarket/gateway-laravel": "dev-master"
```

Você não precisa adicionar nenhuma outra dependência, o `goeasymarket/gateway-laravel` carrega as outras dependências automaticamente.

Por final, execute o `composer update`.

Após instalação finalizada, adicione em seu `config/app.php` o seguinte ServiceProvider:

```
'providers' => [
	....
	/*
	 * Braintree Service Provider
	 */
    'Goeasymarket\Laravel\BraintreeServiceProvider',
]
```

### Configuração

[](#configuração)

Para publicar o arquivo de configuração do pacote, execute:

```
php artisan vendor:publish
```

E depois abra `config/braintree.php` para configurar seu environment e chaves.

### Utilização

[](#utilização)

Conforme configurado, você pode usar as Braintree PHP classes conforme consta na [documentação](https://www.braintreepayments.com/docs/php/transactions/overview).

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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://avatars.githubusercontent.com/u/27967064?v=4)[GoEasy Market](/maintainers/goeasymarket)[@goeasymarket](https://github.com/goeasymarket)

---

Top Contributors

[![michaelfelicio](https://avatars.githubusercontent.com/u/9219906?v=4)](https://github.com/michaelfelicio "michaelfelicio (5 commits)")[![goeasymarket](https://avatars.githubusercontent.com/u/27967064?v=4)](https://github.com/goeasymarket "goeasymarket (3 commits)")

### Embed Badge

![Health badge](/badges/goeasymarket-gateway-laravel/health.svg)

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

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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