scrnhq/cashier-multi

v7.0.0 2017-08-03 11:42 UTC

This package is auto-updated.

Last update: 2024-04-23 01:19:33 UTC


README

wercker status codecov

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.

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:

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)