dansmaculotte / omnipay-monetico
Monetico driver for the Omnipay PHP payment processing library
Installs: 2 963
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 2
Requires
- php: 7.2||^8.0
- dansmaculotte/monetico-php: ^2.0
- omnipay/common: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.7
- omnipay/tests: ^4.1
This package is auto-updated.
Last update: 2024-10-25 12:53:59 UTC
README
Monetico driver for the Omnipay PHP payment processing library
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. To install, simply add it
to your composer.json
file:
{ "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 repository.