Download the PHP package cruxinator/cashier-multiplan without Composer
On this page you can find all versions of the php package cruxinator/cashier-multiplan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cruxinator/cashier-multiplan
More information about cruxinator/cashier-multiplan
Files in cruxinator/cashier-multiplan
Informations about the package cashier-multiplan
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.
Official Documentation
Documentation for Cashier can be found on the Laravel website.
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_SECRET=
STRIPE_MODEL=Jurihub\CashierMultiplan\Tests\Fixtures\User
You can set these variables in the phpunit.xml
file.
Stripe
Plans
* monthly-10-1 ($10)
* monthly-10-2 ($10)
Coupons
* coupon-1 ($5)
Contributing
Thank you for considering contributing to the Cashier. You can read the contribution guide lines here.
License
Laravel Cashier is open-sourced software licensed under the MIT license.
All versions of cashier-multiplan with dependencies
dompdf/dompdf Version ^0.8.0
illuminate/database Version ~5.3
illuminate/support Version ~5.3
nesbot/carbon Version ~1.0
stripe/stripe-php Version ~5.0
symfony/http-kernel Version ~2.7|~3.0|~4.0