Skip to content

This package helps to read data from Czech govermant register named Ares and transfer it to easy readable VO.

License

Notifications You must be signed in to change notification settings

JohnyRicio/registry-ares

Repository files navigation

Build Status codecov.io

Ares

This package helps to read data from Czech govermant register named Ares and transfer it to easy readable VO.

How to install

composer require stepina/registry-ares

Example:

    $ares = new \RegistryAres\Ares\Exception\src\Ares\Ares(new \GuzzleHttp\Client());
    $dataAres = $ares->getByCompanyId('123123123');

Or use Dependency injection

getByCompanyId will return \registryAres\src\Ares\AresVO

About

This package helps to read data from Czech govermant register named Ares and transfer it to easy readable VO.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages