Looking to hire Laravel developers? Try LaraJobs

laravel-conekta-cashier maintained by alfonsobries

Description
Laravel Conekta provides an expressive, fluent interface to Conekta's subscription billing services.
Last update
2018/08/04 21:54 (dev-master)
License
Links
Downloads
1

Comments
comments powered by Disqus

Laravel Conekta Cashier Build Status StyleCI

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.