asisteam / isir
Implemenation of communication with ISIR API (Insolvency registry API by Ministerstvo spravedlnosti CR)
Installs: 3 058
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
Requires (Dev)
- ext-simplexml: *
- mockery/mockery: ^1.2
- ninjify/nunjuck: ^0.2.0
- ninjify/qa: ^0.8.0
This package is auto-updated.
Last update: 2024-10-07 17:13:06 UTC
README
Credits
The development is under AsisTeam s.r.o.. Feel free to use. Your contributions are very welcome. Feel free to publish pull requests.
Overview
This PHP API wrapper allows you to check whether there is some insolvency record for given person/company in Czech insolvency registry.
Install
composer require asisteam/isir
Versions
Tests
Check code quality and run tests
composer phpstan-install
composer ci
or separately
composer qa
composer phpstan-install
composer phpstan
composer tests
Note: integration tests are skipped as they do request to real api endpoints. The validity of assertions in integration tests may change too.