neodc / php-emv
A collection of EMV tools and utilities for PHP 5.3+
1.0
2021-01-27 09:33 UTC
Requires
- php: >=5.3.0
- ext-ctype: *
This package is auto-updated.
Last update: 2026-03-27 21:06:49 UTC
README
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
- Massimo Lombardo, original author
License
PHP EMV is released under the MIT license. See the bundled LICENSE file for details.