2017 © Pedro Peláez
 

library php-emv

A collection of EMV tools and utilities for PHP 5.3+ (fork of Massimo Lombardo's project)

image

billpocket/php-emv

A collection of EMV tools and utilities for PHP 5.3+ (fork of Massimo Lombardo's project)

  • Thursday, July 26, 2018
  • by KingTchalla
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP EMV

A collection of EMV tools and utilities for PHP 5.3+, (*1)

This is a fork of Massimo Lombardo's project, (*2)

Installation

The recommended way to install PHP EMV is through Composer:, (*3)

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

Basic Usage

For parse from string (codec by HEX):, (*4)

{
    use \EMV\Codec;

    $codecObj = new Codec();

    $codecObj->unserialize($hexTLV); //this returns an array

}

Testing

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

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

Contributing

Here are a few basic rules so that nobody gets grumpy:, (*6)

Credits

License

PHP EMV is released under the MIT license. See the bundled LICENSE file for details., (*7)

The Versions

26/07 2018

dev-master

9999999-dev https://github.com/Billpocket/php-emv

A collection of EMV tools and utilities for PHP 5.3+ (fork of Massimo Lombardo's project)

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-ctype *

 

The Development Requires

ber encoder decoder codec emv ber-tlv tlv

26/07 2018

dev-devel

dev-devel https://github.com/Billpocket/php-emv

A collection of EMV tools and utilities for PHP 5.3+ (fork of Massimo Lombardo's project)

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-ctype *

 

The Development Requires

ber encoder decoder codec emv ber-tlv tlv