nvcristea / Sofort

Sofort Lib 1.5.4 Payment Processor for Symfony 2.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sofort Library for Symfony 2.x

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"
    }
}

About

Sofort Lib 1.5.4 Payment Processor for Symfony 2.x

License:Other


Languages

Language:PHP 100.0%