LaravelPackages.net
Acme Inc.
Toggle sidebar
alfonsobries/laravel-conekta-cashier

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

1
0
0.0.0
About alfonsobries/laravel-conekta-cashier

alfonsobries/laravel-conekta-cashier is a Laravel package for laravel conekta provides an expressive, fluent interface to conekta's subscription billing services.. It currently has 0 GitHub stars and 1 downloads on Packagist (latest version 0.0.0). Install it with composer require alfonsobries/laravel-conekta-cashier. Discover more Laravel packages by alfonsobries or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments