An open API service indexing awesome lists of open source software.

https://github.com/chargebee/cashier-chargebee

This repo manages the codebase of Laravel Cashier for Chargebee package
https://github.com/chargebee/cashier-chargebee

billing laravel php

Last synced: 12 months ago
JSON representation

This repo manages the codebase of Laravel Cashier for Chargebee package

Awesome Lists containing this project

README

          

Laravel Cashier Chargebee logo

## Introduction

Laravel Cashier Chargebee provides an expressive, fluent interface to
[Chargebee's](https://chargebee.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
swapping subscription, subscription "quantities", subscription pausing,
rendering invoice and much more.

You can watch the below video for a quick video introduction of this package and the [starter kit](https://github.com/chargebee/laravel-react-starter-kit).



Video introduction of Laravel Cashier for Chargebee and Starter Kit

## Official Documentation

Documentation for Cashier Chargebee can be found [here](DOCUMENTATION.md).

## Quick Start

Check out our [Laravel Starter Kit](https://github.com/chargebee/laravel-react-starter-kit) for a quick start with this package.

## Security Vulnerabilities

Please review
[our security policy](https://github.com/chargebee/cashier-chargebee/security/policy)
on how to report security vulnerabilities.

## License

Laravel Cashier Chargebee is open-sourced software licensed under the
[MIT license](LICENSE.md).

## Credits

This package is an adapted version for Chargeee based on the [Laravel Cashier](https://github.com/laravel/cashier) package created by [Taylor Otwell](https://github.com/taylorotwell). We sincerely thank Taylor and all the contributors of this package for their contributions.