alfonsobries / laravel-conekta-cashier
Laravel Conekta provides an expressive, fluent interface to Conekta's subscription billing services.
Requires
- php: >=5.5.9
- conekta/conekta-php: dev-php7.2-support
- dompdf/dompdf: ^0.8.0
- illuminate/database: ~5.3
- illuminate/support: ~5.3
- nesbot/carbon: ~1.0
- symfony/http-kernel: ~2.7|~3.0|~4.0
Requires (Dev)
- illuminate/http: ~5.3
- illuminate/routing: ~5.3
- illuminate/view: ~5.3
- mockery/mockery: ~1.0
- phpunit/phpunit: ~5.0
- vlucas/phpdotenv: ~2.0
This package is auto-updated.
Last update: 2024-10-29 05:22:39 UTC
README
Note: This package is still in development so be aware after you use it.
Introduction
Laravel Conekta Cashier provides an expressive, fluent interface to Conekta's subscription billing services. It handles almost all of the boilerplate subscription billing code you are dreading writing.
Installation
composer require alfonsobries/laravel-conekta-cashier
Official Documentation
This package is based in the Laravel Cashier package so most of the documentation in the Laravel website could apply.
Running Cashier's Tests Locally
You will need to set the following configs in order to run the unit tests:
Environment
.env
CONEKTA_SECRET=
CONEKTA_MODEL=Alfonsobries\ConektaCashier\Tests\Fixtures\User
License
Laravel Conekta is open-sourced software licensed under the MIT license.