PHPackages                             baorv/l5-getresponse - 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. baorv/l5-getresponse

ActiveLibrary[API Development](/categories/api)

baorv/l5-getresponse
====================

GetResponse API Integration for Laravel 5.\*

v1.0.0(7y ago)08.9k↓28.6%MITPHP

Since Jan 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/baorv/l5-getresponse)[ Packagist](https://packagist.org/packages/baorv/l5-getresponse)[ Docs](https://github.com/roanvanbao/l5-getresponse)[ RSS](/packages/baorv-l5-getresponse/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

l5-getresponse
==============

[](#l5-getresponse)

[![Build Status](https://camo.githubusercontent.com/8372445591a7b85a8cf604c2b4611bec2f4fb57076e4580bf42ec3f2e2d45b3b/68747470733a2f2f7472617669732d63692e6f72672f726f616e76616e62616f2f6c352d676574726573706f6e73652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/roanvanbao/l5-getresponse)[![License](https://camo.githubusercontent.com/1b4d2473a7af4ee9f3b528b1a175687a1fd74c1121d0911bfd568b5eaa4b0ce7/68747470733a2f2f706f7365722e707567782e6f72672f62616f72762f6c352d676574726573706f6e73652f6c6963656e73652e737667)](https://packagist.org/packages/baorv/l5-getresponse)

GetResponse API Integration for Laravel 5.\*

Installation
------------

[](#installation)

You can install package "baorv/l5-getresponse" by command

```
composer require "baorv/l5-getresponse":"dev-master"
```

Or other way, add the package to require lists in composer.json and run composer update to install the package.

```
...
    "require": {
        ...
        "baorv/l5-getresponse":"dev-master"
        ...
    }
...
```

After installing the package, if you use Laravel 5.5 or higher, you can skip this step. Add service provider and facade to configuration file **config/app.php**

```
return [
    ...
    'providers' => [
        ...
        '\Secomapp\GetResponse\GetResponseServiceProvider',
        ...
    ],
    'aliases' => [
        ...
        '\Secomapp\GetResponse\Facades\GetResponse',
        ...
    ]
    ...
];
```

Configuration
-------------

[](#configuration)

You can publish config file from the package to your configuration path by command

```
./artisan vendor:publish --provider="Secomapp\\GetResponse\\GetResponseServiceProvider"
```

Some configuration you can set up from .env

```
GETRESPONSE_APIURL=https://api.getresponse.com/v3 #Optional
GETRESPONSE_APIKEY=
```

Usage
-----

[](#usage)

In everywhere, you can use to work with GetResponse

```
use Secomapp\GetResponse\Facades\GetResponse;

GetResponse::accounts();
GetResponse::getCampaigns();
GetResponse::getCampaign($campaign_id);
```

Helpers
-------

[](#helpers)

Another way to work with GetResponse

```
getresponse_accounts();
getresponse_get_campaigns();
getresponse_get_campaign();
```

Contributing
------------

[](#contributing)

If you have any idea or update for library, please create [new pull request](https://github.com/roanvanbao/l5-getresponse/pulls)

Issues
------

[](#issues)

When you meet any issue, please create [new issue](https://github.com/roanvanbao/l5-getresponse/issues)

Todo
----

[](#todo)

- Add test

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Unknown

Total

1

Last Release

2667d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae04cb692fd05337d04d8806c23a8fe92c5c0f060b1c5de2b36e25ae24c40193?d=identicon)[roanvanbao](/maintainers/roanvanbao)

---

Top Contributors

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

---

Tags

apigetresponseintegrationlaravelapilaravelintegrationgetresponsesecomapp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/baorv-l5-getresponse/health.svg)

```
[![Health](https://phpackages.com/badges/baorv-l5-getresponse/health.svg)](https://phpackages.com/packages/baorv-l5-getresponse)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)[lasserafn/laravel-economic

Economic REST wrapper for Laravel

1118.5k](/packages/lasserafn-laravel-economic)[offline-agency/laravel-fatture-in-cloud

An integration plugin with Fatture in Cloud Api written in Laravel PHP

101.1k](/packages/offline-agency-laravel-fatture-in-cloud)

PHPackages © 2026

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