Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dansmaculotte/omnipay-monetico
Monetico driver for the Omnipay PHP payment processing library
https://github.com/dansmaculotte/omnipay-monetico
gateway monetico omnipay
Last synced: 23 days ago
JSON representation
Monetico driver for the Omnipay PHP payment processing library
- Host: GitHub
- URL: https://github.com/dansmaculotte/omnipay-monetico
- Owner: dansmaculotte
- License: mit
- Created: 2019-08-26T14:10:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T08:49:01.000Z (about 2 years ago)
- Last Synced: 2024-11-25T07:42:54.893Z (28 days ago)
- Topics: gateway, monetico, omnipay
- Language: PHP
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Omnipay: Monetico
**Monetico driver for the Omnipay PHP payment processing library**
[![Build Status](https://travis-ci.org/dansmaculotte/omnipay-monetico.png?branch=master)](https://travis-ci.org/dansmaculotte/omnipay-monetico)
[![Latest Stable Version](https://poser.pugx.org/dansmaculotte/omnipay-monetico/version.png)](https://packagist.org/packages/dansmaculotte/omnipay-monetico)
[![Total Downloads](https://poser.pugx.org/dansmaculotte/omnipay-monetico/d/total.png)](https://packagist.org/packages/dansmaculotte/omnipay-monetico)[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.6+. This package implements Monetico (Crédit Mutuel / CIC) support for Omnipay.## Installation
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it
to your `composer.json` file:```json
{
"require": {
"dansmaculotte/omnipay-monetico": "^1.0"
}
}
```And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update## Basic Usage
The following gateways are provided by this package:
* Monetico
For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)
repository.