wouternl/laravel-drip is a Laravel package for a laravel wrapper for drip's rest api v2.0.
It currently has 3 GitHub stars and 40.409 downloads on Packagist (latest version 1.2.4).
Install it with composer require wouternl/laravel-drip.
Discover more Laravel packages by wouternl
or browse all Laravel packages to compare alternatives.
Last updated
composer require wouternl/laravel-drip
php artisan vendor:publish --provider="wouterNL\Drip\DripPhpServiceProvider"
DRIP_API_TOKEN=your token here
DRIP_ACCOUNT_ID=Your Account ID here
config/app.php filewouterNL\Drip\DripServiceProvider::class,
config/app.php file'Drip' => wouterNL\Drip\Facades\DripFacade::class,
For more information about the REST API go to this link: https://www.getdrip.com/docs/rest-api