PHPackages                             pestopancake/laravel-go-cardless - 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. pestopancake/laravel-go-cardless

ActiveLibrary

pestopancake/laravel-go-cardless
================================

A Laravel Wrapper for the Go Cardless PHP Client Library

1.0.2(7y ago)010MITPHP

Since Oct 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pestopancake/laravel-go-cardless)[ Packagist](https://packagist.org/packages/pestopancake/laravel-go-cardless)[ Docs](https://github.com/pestopancake/laravel-go-cardless)[ RSS](/packages/pestopancake-laravel-go-cardless/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Laravel Go Cardless
===================

[](#laravel-go-cardless)

[![Total Downloads](https://camo.githubusercontent.com/c42243bf32bbd971c790031e1d4832db28addfcde31a28c2a2da0c85c5a209e2/68747470733a2f2f706f7365722e707567782e6f72672f6f6c6c7977617272656e2f6c61726176656c2d676f2d636172646c6573732f646f776e6c6f616473)](https://packagist.org/packages/ollywarren/laravel-go-cardless)[![Latest Stable Version](https://camo.githubusercontent.com/b023710c7092bdc363239682f683ca462085fd197d9aaa2400f02d05a26797a9/68747470733a2f2f706f7365722e707567782e6f72672f6f6c6c7977617272656e2f6c61726176656c2d676f2d636172646c6573732f762f737461626c65)](https://packagist.org/packages/ollywarren/laravel-go-cardless)[![License](https://camo.githubusercontent.com/f26ed84ecbe8e0b685edc9fb7da7fb34043396f36e158a43d8f733835c3da888/68747470733a2f2f706f7365722e707567782e6f72672f6f6c6c7977617272656e2f6c61726176656c2d676f2d636172646c6573732f6c6963656e7365)](https://packagist.org/packages/ollywarren/makepackage)

A Laravel 5.5 Wrapper for the Go Cardless PHP Client Library. This package provides simple elegant access to the Go Cardless PHP Client API from across the Laravel Application.

The included helper method makes accessing the underlying methods as easy as:

` gocardless()->customers()->list()`

Installation Laravel 5.5 +
--------------------------

[](#installation-laravel-55-)

Simply require the package through composer and let the Laravel Package Auto Discovery do the rest.

`composer require ollywarren/laravel-go-cardless`

Publish the vendor configuration:

` php artisan vendor:publish` (Select the relevant package from the list)

Set two environment variables in your Apps .env file:

```
GOCARDLESS_ENV="sandbox" OR "live"
GOCARDLESS_TOKEN=""

```

Installation Laravel 5.4
------------------------

[](#installation-laravel-54)

Use composer to add it to your project dependencies:

`composer require ollywarren/laravel-go-cardless`

Then inside your `config/app.php`

Add the package service provider to the providers array:

`Pestopancake\LaravelGoCardless\GoCardlessServiceProvider::class,`

Finally for good measure dump the composer autoloader to make sure we've pulled in the helper method:

`composer dump-autoloader`

Publish the vendor configuration:

` php artisan vendor:publish`

Set two environment variables in your Apps .env file:

```
GOCARDLESS_ENV="sandbox" OR "live"
GOCARDLESS_TOKEN=""

```

Usage Instructions
------------------

[](#usage-instructions)

This package exposes the underlaying Go Cardless PHP Client Library usign the `gocardless()` helper method. Any of the methods described in the API Documentation will be accessible.

For example:

### Get a List of Customers

[](#get-a-list-of-customers)

` gocardless()->customers()->list();`

### Create a New Customer

[](#create-a-new-customer)

```
    gocardless()->customers()->create([
        'params' => [
            "given_name"    => "Jack",
            "family_name"   => "Sparrow",
            "email"         => "oljacky@sparrowsnest.com"
        ]
    ]);

```

For a full breakdown of the API see the [Documentation](https://developer.gocardless.com/api-reference/#overview-errors "Go Cardless API Docs") or the [PHP Client Library](https://github.com/gocardless/gocardless-pro-php "Go Cardless PHP Client Library")

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 73.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 ~291 days

Total

3

Last Release

2559d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4de5b02cda0505ba986a6982ea5223210058651a9c90e19f5f6f471324a4cc69?d=identicon)[pestopancake](/maintainers/pestopancake)

---

Top Contributors

[![ollywarren](https://avatars.githubusercontent.com/u/24552652?v=4)](https://github.com/ollywarren "ollywarren (11 commits)")[![pa-ulmart-in](https://avatars.githubusercontent.com/u/243551531?v=4)](https://github.com/pa-ulmart-in "pa-ulmart-in (4 commits)")

---

Tags

composerlaravelpackagego cardless

### Embed Badge

![Health badge](/badges/pestopancake-laravel-go-cardless/health.svg)

```
[![Health](https://phpackages.com/badges/pestopancake-laravel-go-cardless/health.svg)](https://phpackages.com/packages/pestopancake-laravel-go-cardless)
```

###  Alternatives

[ollywarren/laravel-go-cardless

A Laravel Wrapper for the Go Cardless PHP Client Library

119.6k](/packages/ollywarren-laravel-go-cardless)[cybercog/laravel-paket

Composer personal web interface. Manage Laravel dependencies without switching to command line!

1753.3k](/packages/cybercog-laravel-paket)[atnic/laravel-admin-lte

Laravel Package for integrating AdminLTE template and this package is Laravel Mix friendly.

256.4k](/packages/atnic-laravel-admin-lte)

PHPackages © 2026

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