Skip to content

Releases: fruitl00p/php-mt940

Various updates

05 Nov 10:15
8384a9c
Compare
Choose a tag to compare

After merging some pull requests* i've now officially dropped the PHP5 support from composer and Travis. This allows for upgrading the code itself to use the modern standard!

  • new engine is added for Penta bank #76
  • new engine is added for Asn bank and minor type fixed #77
  • KNAB Engine: Key addition for parser ('F' added) #78

Various updates

18 Mar 14:53
fa84ac9
Compare
Choose a tag to compare

I've merged a few PRs and added the experimental SNS engine. This also is a prework for the Transaction\Type but that isn't fleshed out yet...

Pricing fix

06 Sep 10:29
1d0a0ce
Compare
Choose a tag to compare

A minor update to prevent the transaction price incorrectly being parsed from the field

ABN fix

27 Mar 10:41
Compare
Choose a tag to compare

This release fixes the transaction date (year) part for the ABN files.

It's been another while

10 Mar 09:05
380a6c0
Compare
Choose a tag to compare

I've merged serveral KNAB related changes into this release. Feel free to try it out!

its been a while

02 Jun 10:42
Compare
Choose a tag to compare
its been a while Pre-release
Pre-release

A rather large update with various fixes:

  • PSR-2 (sort of)
  • added Triodos stuff
  • updates to the Rabo parsing of structured Mt940
  • deprecated the Statement::setTimestamp in favor of setStartTimestamp and setEndTimestamp respectively. It still works, but gives deprecation notices.

Feel free to fork and PR away :)

Making a statement

22 Sep 08:59
Compare
Choose a tag to compare

This new release includes various bugfixes and updates the statemtent to include new methods for fetchting the start / end timestamps for the statement. This might differ from the actual transactions inside the statement... (the latter covering a longer period)

Thanks for the contributors!

1.0.1

03 Sep 07:33
Compare
Choose a tag to compare

This is a minor bugfix release:

  • SPK now works with some other german banks that differ in their implementation of ISO country codes (#17, thanks to @sven-codeculture )
  • fixed a bug in the negative starting balance... This is now supported! (#18, thanks to @tswestendorp )

Guess thats it. Happy parsing...

(and yes, there will be a csv in the future... sometime ;)

First stable

20 Jul 08:36
Compare
Choose a tag to compare

Lets keep it like this for the time being.

Dropped php versions 5.3 and 5.4. These are unsupported and you should really consider upgrading. (not only for security, but also for speed!!)

Sparring with Triodos

11 Jun 10:35
Compare
Choose a tag to compare

Thus so it became to be that a new version is released :) Sparkasse and Triodos both have fixes. All seem well and thanks to the contributor, @sven-codeculture , in this release for participating in this project!