Download the PHP
package cyberwizzard/mt940 without Composer
On this page you can find all versions of the php package
cyberwizzard/mt940. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor cyberwizzard Package mt940 Short Description Addon for the MT940 bank statement parser to add Rabobank CSV support using PHP 5.3 License
GNU GPLv2
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
An composer extension to the MT940 parser from the jejik/mt940 library that fixes parsing ING Bank statements in the MT940 format and adds support for Rabobank CSV statements
Installation
You can install cyberwizzard/MT940 using Composer. You can read more about Composer and its main repository at
http://packagist.org. First install Composer for your project using the instructions on the
Packagist home page, then define your dependency on cyberwizzard/MT940 in your composer.json file.
Note: currently this library is not published on Packagist; as soon as it is cleaned up, it will get published and there will be no need to specify a repository.
This library follows the PSR-0 standard. You will need
a PSR-0 compliant autoloader to load the cyberwizzard/MT940 classes. Composer provides one for you in your vendor/.composer/autoload.php.
Use this parser at your own risk. While the utmost care is taken to design parsers which are fully compliant with the
official bank statement formats, most of the implementations from the banks themselves seem to have quirks.
This parser is in use in a private project and as such is tested regularly.
Requiresphp Version
>=5.3.0 jejik/mt940 Version
0.3.*
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package cyberwizzard/mt940 contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.