PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rene Korss   Banklink   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Banklink
Take payments with multiple payment gateways
Author: By
Last change: Decrease PHP requirement
Date: 4 years ago
Size: 1,378 bytes
 

Contents

Class file image Download
{ "name": "renekorss/banklink", "description": "PHP banklink library to easily integrate Baltic banklinks.", "keywords": ["banklink", "pangalink", "baltic banklinks", "payments", "nets", "seb", "swedbank", "nordea", "lhv", "danskebank", "liisi", "cooppank", "luminor", "pocopay", "credit card", "payments"], "license": "MIT", "authors": [ { "name": "Rene Korss", "email": "rene.korss@gmail.com" } ], "minimum-stability": "stable", "require": { "php": ">=7.0", "ext-mbstring": "*", "lib-openssl": "*" }, "require-dev": { "phpunit/phpunit": "6.*", "squizlabs/php_codesniffer": "^3.3", "phpmd/phpmd": "^2.6", "php-coveralls/php-coveralls": "2.*", "apigen/apigen": "dev-master", "roave/better-reflection": "dev-master", "friendsofphp/php-cs-fixer": "^2.14" }, "autoload": { "psr-4": { "RKD\\Banklink\\": "src" } }, "autoload-dev": { "psr-4": { "RKD\\Banklink\\Test\\": "tests" } }, "scripts": { "build": [ "@format", "@tests", "@phpcs", "@phpmd", "@docs" ], "tests": "phpunit", "format": "vendor/bin/php-cs-fixer fix", "docs": "apigen generate src --destination docs", "phpmd": "phpmd ./src text phpmd.xml", "phpcs": "phpcs --report=full --extensions=php -p --standard=phpcs.xml ./src ./tests" } }