Skip to content

EIK validator - EIK comes from the bulgarian for Unified Identification Code - a code issued to companies with which they identify themselves with the authorities and other companies.

License

Notifications You must be signed in to change notification settings

mirovit/eik-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIK Validator

The BULSTAT Register is a unified national administrative register that is kept by the Registry Agency at the Ministry of Justice.

Upon entry of a newly registered entity in the BULSTAT Register, a unique unified identification code (UIC) is generated, called BULSTAT Code, which is the only identifier of business subjects in Bulgaria. All legal subjects listed in the BULSTAT Register shall use and state the BULSTAT UIC in the documents they issue and use in their workflow.

Build Status

How to use?

Pull from Composer:

composer require mirovit/eik-validator

And then use it like so:

<?php

require __DIR__ . '/vendor/autoload.php';

$validator = new Mirovit\EIKValidator\EIKValidator;
$validator->isValid('123123123');

Contributing

If you'd like to contribute, feel free to send a pull request!

About

EIK validator - EIK comes from the bulgarian for Unified Identification Code - a code issued to companies with which they identify themselves with the authorities and other companies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages