Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 652 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 652 Bytes

PHP EMV

A collection of EMV tools and utilities for PHP 5.3+

This is a fork of Massimo Lombardo's project

Installation

The recommended way to install PHP EMV is through Composer:

{
    "require": {
        "neodc/php-emv": "^1.0"
    }
}
$ composer install

Credits

License

PHP EMV is released under the MIT license. See the bundled LICENSE file for details.