aghamiri98 / mrz

Machine Readable Zone generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mrz

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Machine Readable Zone generator, inspired by: https://github.com/Arg0s1080/mrz

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

src/
tests/
vendor/

Install

Via Composer

$ composer require mreko/mrz

Usage

$mrz = new Mrz("id", "BRA", "9234", "870322", "M", "130724", "BRA", "Kondrat", "Evandro");
echo $mrz->TD1CodeGenerator();

Testing

$ composer test

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Machine Readable Zone generator

License:MIT License


Languages

Language:PHP 100.0%