Skip to content

unwiredbrain/php-emv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages