Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 468 Bytes

MT940 To JSON Converter

Requirements

  • At least PHP 7

Installation

If composer is not yet on your system, follow the instructions on getcomposer.org to do so.

To add the dependency to your project, type this simple command:

composer install

This ensures that you install the latest stable release.

If you want to test the application just go to the project file and run this in your CLI:

php -S localhost:8080