2017 © Pedro Peláez
 

package laravel-drip-php

A Laravel wrapper for Drip's REST API v2.0

image

lettinghq/laravel-drip-php

A Laravel wrapper for Drip's REST API v2.0

  • Tuesday, March 21, 2017
  • by lettinghq
  • Repository
  • 0 Watchers
  • 0 Stars
  • 679 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Drip API Laravel Wrapper

A Laravel wrapper for Drip's PHP wrapper for their REST API

Installation

1) Add the package as a dependancy in your composer.json, (*1)

composer require lettinghq/laravel-drip-php

2) publish the vendor config file, (*2)

php artisan vendor:serve

3) Add your Drip API token to the config file located in app/config/drip.php. We recommend you add this key to your project .env file instead of directly adding it to your config file., (*3)

DRIP_API_TOKEN=your token here

4) Add the following line to your providers array in your config/app.php file, (*4)

LettingHQ\DripPhp\DripPhpServiceProvider::class,

5) Add the following line to your aliases array in your config/app.php file, (*5)

'DripPhp' => LettingHQ\DripPhp\DripPhp::class,

The Versions

21/03 2017

dev-master

9999999-dev https://bitbucket.org/lettinghq/laravel-drip-php

A Laravel wrapper for Drip's REST API v2.0

  Sources   Download

MIT

The Requires

 

by Avatar lettinghq

21/03 2017

1.0.2

1.0.2.0 https://bitbucket.org/lettinghq/laravel-drip-php

A Laravel wrapper for Drip's REST API v2.0

  Sources   Download

MIT

The Requires

 

by Avatar lettinghq

19/01 2017

1.0.1

1.0.1.0 https://bitbucket.org/lettinghq/laravel-drip-php

A Laravel wrapper for Drip's REST API v2.0

  Sources   Download

MIT

The Requires

 

by Avatar lettinghq

19/01 2017

1.0.0

1.0.0.0 https://bitbucket.org/lettinghq/laravel-drip-php

A Laravel wrapper for Drip's REST API v2.0

  Sources   Download

by Avatar lettinghq