33 lines
1.9 KiB
Markdown
33 lines
1.9 KiB
Markdown
<p align="center"><img width="355" height="62" src="/art/logo.svg" alt="Logo Laravel Cashier Paddle"></p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/laravel/cashier-paddle/actions"><img src="https://github.com/laravel/cashier-paddle/workflows/tests/badge.svg" alt="Build Status"></a>
|
|
<a href="https://packagist.org/packages/laravel/cashier-paddle"><img src="https://img.shields.io/packagist/dt/laravel/cashier-paddle" alt="Total Downloads"></a>
|
|
<a href="https://packagist.org/packages/laravel/cashier-paddle"><img src="https://img.shields.io/packagist/v/laravel/cashier-paddle" alt="Latest Stable Version"></a>
|
|
<a href="https://packagist.org/packages/laravel/cashier-paddle"><img src="https://img.shields.io/packagist/l/laravel/cashier-paddle" alt="License"></a>
|
|
</p>
|
|
|
|
## Introduction
|
|
|
|
Laravel Cashier Paddle provides an expressive, fluent interface to [Paddle's](https://paddle.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, cancellation grace periods and much more.
|
|
|
|
## Official Documentation
|
|
|
|
Documentation for Cashier Paddle can be found on the [Laravel website](https://laravel.com/docs/cashier-paddle).
|
|
|
|
## Contributing
|
|
|
|
Thank you for considering contributing to Cashier Paddle! You can read the contribution guide [here](.github/CONTRIBUTING.md).
|
|
|
|
## Code of Conduct
|
|
|
|
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
|
|
|
|
## Security Vulnerabilities
|
|
|
|
Please review [our security policy](https://github.com/laravel/cashier-paddle/security/policy) on how to report security vulnerabilities.
|
|
|
|
## License
|
|
|
|
Laravel Cashier Paddle is open-sourced software licensed under the [MIT license](LICENSE.md).
|