enkas / sofort
Sofort library
1.0.1
2013-07-30 19:35 UTC
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2024-11-18 14:49:26 UTC
README
This library now implements SOFORT LIB VERSION 1.5.4 Payment Processor
This version of Sofort is a implementation of SOFORTLIB VERSION 1.5.4 with the following changes:
- Namespaced
- No more require(_once)
- PSR-0 autoloading compatible
- Future more testable design intended
- Future better test coverage intended
Install Sofort Library via Composer
The preferred way to install this bundle is to rely on Composer.
Just check on Packagist the version you want to install (in the following example, we used "dev-master") and add it to your composer.json
:
{ "require": { // ... "enkas/sofort": "dev-master" } }