Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfonsobries/laravel-conekta-cashier
Interface to Conekta's subscription billing services for Laravel
https://github.com/alfonsobries/laravel-conekta-cashier
conekta laravel laravel-cashier
Last synced: about 1 month ago
JSON representation
Interface to Conekta's subscription billing services for Laravel
- Host: GitHub
- URL: https://github.com/alfonsobries/laravel-conekta-cashier
- Owner: alfonsobries
- License: mit
- Created: 2018-07-30T03:10:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T19:54:17.000Z (over 6 years ago)
- Last Synced: 2024-04-14T07:59:55.325Z (7 months ago)
- Topics: conekta, laravel, laravel-cashier
- Language: PHP
- Homepage:
- Size: 6.61 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changes.md
- Contributing: contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Laravel Conekta Cashier [![Build Status](https://img.shields.io/travis/alfonsobries/laravel-conekta.svg?style=flat-square)](https://travis-ci.org/alfonsobries/laravel-conekta) [![StyleCI](https://github.styleci.io/repos/142818419/shield?branch=master)](https://github.styleci.io/repos/142818419)
[![image](https://s3.us-east-2.amazonaws.com/vexilo-crm/logo-small.png)]()
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](https://www.conekta.com/) 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](https://github.com/laravel/cashier) package so most of the documentation in the [Laravel website](http://laravel.com/docs/billing) 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](http://opensource.org/licenses/MIT).