Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pluf/bank

Payment module for pluf
https://github.com/pluf/bank

bank banking-operation melat payment php pluf zarinpal

Last synced: about 24 hours ago
JSON representation

Payment module for pluf

Awesome Lists containing this project

README

        

# Banking operation module

[![Build Status](https://travis-ci.com/pluf/bank.svg?branch=master)](https://travis-ci.com/pluf/bank)
[![codecov](https://codecov.io/gh/pluf/bank/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/bank)
[![Coverage Status](https://coveralls.io/repos/github/pluf/bank/badge.svg)](https://coveralls.io/github/pluf/bank)
[![Maintainability](https://api.codeclimate.com/v1/badges/9e1457dbf2f0bcc8b953/maintainability)](https://codeclimate.com/github/pluf/bank/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9e1457dbf2f0bcc8b953/test_coverage)](https://codeclimate.com/github/pluf/bank/test_coverage)

It is a Pluf module to manage online banking operations such as online payment, manage (add/remove) gates and so on.

## Contributing

If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.

The most important guidelines are described as follows:

>All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send us a pull request.

To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.