Download the PHP package byrokrat/autogiro2xml without Composer
On this page you can find all versions of the php package byrokrat/autogiro2xml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download byrokrat/autogiro2xml
More information about byrokrat/autogiro2xml
Files in byrokrat/autogiro2xml
Package autogiro2xml
Short Description Command line utility for converting autogiro files to XML
License GPL-3.0-or-later
Homepage https://github.com/byrokrat/autogiro2xml
Informations about the package autogiro2xml
autogiro2xml
Command line utility for converting autogiro files to XML.
Installation
Using phive (recommended)
Install using phive:
As a phar archive
Download the latest version from the github releases page.
Optionally rename autogiro2xml.phar
to autogiro2xml
for a smoother experience.
Using composer
Install as a composer dependency:
This will make autogiro2xml
avaliable as vendor/bin/autogiro2xml
.
From source
To build you need make
The build script uses composer to handle dependencies and phive to
handle build tools. If they are not installed as composer
or phive
respectivly you can use something like
Usage
Transforming an autogiro file to XML.
Works well with *nix streams and pipes.
Validate autogiro files using the --format=validate
option.
You may pass multiple file or directory names.
Use the --stop-on-failure
option to stop processing once a broken file is found.
Parse a directory of autogiro files and save error descriptions
For the complete help see
All versions of autogiro2xml with dependencies
ext-bcmath Version *
ext-mbstring Version *
ext-simplexml Version *
byrokrat/autogiro Version ^1.1
symfony/console Version ^5