PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitri Russu   PHP SEPA XML Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SEPA XML Class
Generate XML for the Single Euro Payments Area
Author: By
Last change:
Date: 2 years ago
Size: 690 bytes
 

Contents

Class file image Download
{ "name": "dmitrirussu/php-sepa-xml-generator", "type": "library", "description": "Creates an XML file for a Single Euro Payments Area (SEPA) Direct Debit Payment.", "keywords": ["SDD","dirdebit","banking", "sepa", "xml", "sepa-xml","sepa-dirdebit"], "license": "MIT", "authors": [ { "name": "Dmitri Russu", "email": "dmitri.russu@gmail.com" } ], "autoload": { "psr-4": { "SEPA\\": "src/" } }, "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=5.6", "ext-dom": "*", "ext-simplexml": "*", "cmpayments/iban": "^1.1" }, "require-dev": { "phpunit/phpunit": "^8.3" "ext-bcmath": "*", "ext-mbstring": "*" } }