PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andreas Kollaros   Aktive Merchant   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aktive Merchant
Common interface to process payments with gateways
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 1,159 bytes
 

Contents

Class file image Download
{ "name": "aktive_merchant/aktive_merchant", "description": "Aktive-Merchant provides a common interface to process payments using multiple gateways.", "keywords": ["payments", "creditcard", "merchant", "gateway", "stripe", "authorize-net", "paypal", "datacash", "bridgepay", "cardstream", "centinel", "eway", "exact", "fatzebra", "hsbc", "mercury", "modirum", "moneris", "pin", "psigate", "realex", "worldpay"], "homepage": "https://github.com/akDeveloper/Aktive-Merchant", "type": "library", "license": "MIT", "authors": [ { "name": "Andreas Kollaros", "email": "andreas.kollaros@gmail.com" } ], "require": { "php": ">=5.3.3", "ext-curl": "*", "ext-simplexml": "*", "symfony/event-dispatcher": "~2.3,<3.0" }, "require-dev": { "phpunit/phpunit": "4.8.*", "doctrine/instantiator": "~1.0.5" }, "config": { "bin-dir": "bin" }, "minimum-stability": "stable", "autoload": { "psr-0": {"AktiveMerchant": "lib/"} }, "autoload-dev": { "psr-0": {"AktiveMerchant": "tests/"} } }