ahmedwassef / php-emv

A collection of EMV tools and utilities for PHP 5.3+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP EMV

A collection of EMV tools and utilities for PHP 5.3+

Installation

The recommended way to install PHP EMV is through Composer:

{
    "require": {
        "unwiredbrain/php-emv": "@stable"
    }
}
$ composer install

ProTip -- avoid the @stable keyword, use a proper version tag instead.

Testing

PHP EMV comes with a full-fledged test suite. To run it, install PHPUnit via Composer:

$ composer install --dev
$ php vendor/bin/phpunit

Contributing

Here are a few basic rules so that nobody gets grumpy:

Credits

License

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

About

A collection of EMV tools and utilities for PHP 5.3+

License:MIT License


Languages

Language:PHP 100.0%