https://github.com/scrnhq/cashier-multi
https://github.com/scrnhq/cashier-multi
laravel library php
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrnhq/cashier-multi
- Owner: scrnhq
- Created: 2017-08-02T15:17:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T12:14:41.000Z (almost 9 years ago)
- Last Synced: 2025-12-21T07:18:56.943Z (7 months ago)
- Topics: laravel, library, php
- Language: PHP
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cashier-Multi
[](https://app.wercker.com/project/byKey/02e3c2e66a2814743e3637b07a6994ef)
[](https://codecov.io/gh/scrnhq/cashier-multi)
## Introduction
Laravel Cashier provides an expressive, fluent interface to [Stripe's](https://stripe.com) 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)