cryonighter / inn-checksum
This package validates the Russian Tax Identification Number of Legal Persons, Individual Entrepreneurs and Individual Person
Installs: 8 441
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- ext-pcre: *
Requires (Dev)
- phpunit/phpunit: 6.5.6
This package is not auto-updated.
Last update: 2024-11-01 02:58:43 UTC
README
This package validates the Russian Tax Identification Number of Legal Persons, Individual Entrepreneurs and Individual Person
Highlights
System Requirements
You need:
- PHP >= 7.1.0 but the latest stable version of PHP is recommended
- The
pcre
extension
Install
Via Composer
$ composer require cryonighter/inn-checksum
Usage
use Cryonighter\InnChecksum\InnChecker; if (InnChecker::check('1234567890')) { // Your code }
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ php vendor/phpunit/phpunit/phpunit tests
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email cryonighter@yandex.ru
instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.