stefantalen / omnikassa
PHP library to interact with Rabobank OmniKassa
Installs: 280
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 2
Open Issues: 3
pkg:composer/stefantalen/omnikassa
Requires
- php: >=5.3, <5.7
This package is not auto-updated.
Last update: 2020-11-09 08:02:14 UTC
README
PHP library to interact with Rabobank OmniKassa
Installation
This library uses Composer, please checkout the composer website for more information.
The simple following command will install omnikassa into your project. It also adds a new
entry in your composer.json and updates the composer.lock as well.
$ composer require 'stefantalen/omnikassa:>=0.8'
Examples
Examples can be found in the example folder
Contribute
You are more than welcome to suggest enhancements or new features.
If want to submit code, please submit your pull request to the develop branch.