PHPackages                             wmfairuz/laravel-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. wmfairuz/laravel-getresponse

ActiveLibrary[API Development](/categories/api)

wmfairuz/laravel-getresponse
============================

A Laravel 6 wrapper for the GetResponse API

0.1(6y ago)0251MITPHPPHP &gt;=5.4.0

Since Jan 6Pushed 6y agoCompare

[ Source](https://github.com/wmfairuz/Laravel-GetResponse)[ Packagist](https://packagist.org/packages/wmfairuz/laravel-getresponse)[ RSS](/packages/wmfairuz-laravel-getresponse/feed)WikiDiscussions master Synced yesterday

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

Laravel-GetResponse
===================

[](#laravel-getresponse)

A Laravel 6 wrapper for the GetResponse API

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

[](#installation)

To get the latest version of Laravel-GetResponse simply require it in your `composer.json` file.

```
"wmfairuz/laravel-getresponse": "dev-master"

```

You'll then need to run `composer install` to download it and have the autoloader updated.

Once Laravel-GetResponse is installed you need to register the service provider with the application. Open up `app/config/app.php` and find the `providers` key.

```
