2017 © Pedro Peláez
 

library cashier-multi

image

scrnhq/cashier-multi

  • Thursday, August 3, 2017
  • by erikgaal
  • Repository
  • 2 Watchers
  • 1 Stars
  • 2,221 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 23 % Grown

The README.md

Cashier-Multi

wercker status codecov, (*1)

Introduction

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services. It handles almost all of the boilerplate subscription billing code you are dreading writing. In addition to basic subscription management, Cashier can handle coupons, swapping subscription, subscription "quantities", cancellation grace periods, and even generate invoice PDFs., (*2)

Changes

Features

  • Supports multi-plan subscriptions.

Running Cashier's Tests Locally

You will need to set the following details locally and on your Stripe account in order to run the Cashier unit tests:, (*3)

Environment

.env

STRIPE_KEY=
STRIPE_SECRET=
STRIPE_MODEL=ScrnHQ\Cashier\Tests\Fixtures\User

Stripe

Plans

* monthly-10-1 ($10)
* monthly-10-2 ($10)

Coupons

* coupon-1 ($5)

The Versions

03/08 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel stripe billing cashier scrnhq

03/08 2017

v7.0.0

7.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel stripe billing cashier scrnhq