asisteam / ares
Implemenation of communication with ARES (Administrativni Registr Ekonomickych Subjektu) API
Installs: 3 740
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 1
Requires
- php: >= 7.1
- ext-curl: *
- ext-libxml: *
- ext-simplexml: *
- nette/di: ^2.4
- nette/utils: ^2.5
Requires (Dev)
- mockery/mockery: ^1.2
- ninjify/nunjuck: ^0.2.0
- ninjify/qa: ^0.8.0
This package is auto-updated.
Last update: 2024-10-14 12:36:03 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 get basic details about economic subjects.
- find by ICO (companyID)
- find by name (companyName)
Usage
Install
composer require asisteam/ares
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.