neodc / php-emv
A collection of EMV tools and utilities for PHP 5.3+
Installs: 37 742
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 21
pkg:composer/neodc/php-emv
Requires
- php: >=5.3.0
- ext-ctype: *
This package is auto-updated.
Last update: 2025-10-27 20:05:35 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.