An open API service indexing awesome lists of open source software.

https://github.com/bluzphp/module-payments

Module Payments for Bluz framework
https://github.com/bluzphp/module-payments

bluz-module

Last synced: 6 months ago
JSON representation

Module Payments for Bluz framework

Awesome Lists containing this project

README

          

# Module Payments for Bluz Skeleton
## Achievements

[![Latest Stable Version](https://img.shields.io/packagist/v/bluzphp/module-payments.svg?label=version&style=flat)](https://packagist.org/packages/bluzphp/module-payments)

[![Build Status](https://img.shields.io/travis/bluzphp/module-payments/master.svg?style=flat)](https://travis-ci.com/bluzphp/module-payments)

[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/bluzphp/module-payments.svg?style=flat)](https://scrutinizer-ci.com/g/bluzphp/module-payments/)

[![Total Downloads](https://img.shields.io/packagist/dt/bluzphp/module-payments.svg?style=flat)](https://packagist.org/packages/bluzphp/module-payments)

[![License](https://img.shields.io/packagist/l/bluzphp/module-payments.svg?style=flat)](https://packagist.org/packages/bluzphp/module-payments)

## Usage
### Requirements
Module Wallet is required.

### Install module
To install the module run the command:

```bash
php ./vendor/bin/bluzman module:install wallet
php ./vendor/bin/bluzman module:install payments
php ./vendor/bin/bluzman db:migrate
```

### Remove module
To remove the module, run the command:

```bash
php ./vendor/bin/bluzman module:remove payments
```