alfonsobries/laravel-conekta-cashier

Laravel Conekta provides an expressive, fluent interface to Conekta's subscription billing services.

0.0.0 2018-08-04 03:11 UTC

This package is auto-updated.

Last update: 2024-03-29 03:50:55 UTC


README

image

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.