2017 © Pedro Peláez
 

library laravel-zoho-cashier

Laravel Cashier inspired Zoho Cashier provides an expressive, fluent interface to Zohos's subscription billing services.

image

msonowal/laravel-zoho-cashier

Laravel Cashier inspired Zoho Cashier provides an expressive, fluent interface to Zohos's subscription billing services.

  • Thursday, August 17, 2017
  • by msonowal
  • Repository
  • 1 Watchers
  • 0 Stars
  • 48 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

, (*1)

Build Status Total Downloads Latest Stable Version License , (*2)

Installation composer require msonowal/laravel-zoho-cashier, (*3)

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., (*4)

Official Documentation

Documentation for Cashier can be found on the Laravel website., (*5)

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:, (*6)

Environment

.env

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

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., (*7)

License

Laravel Cashier is open-sourced software licensed under the MIT license., (*8)

The Versions

17/08 2017

dev-master

9999999-dev

Laravel Cashier inspired Zoho Cashier provides an expressive, fluent interface to Zohos's subscription billing services.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel billing zoho