Download the PHP package finstat/client-api without Composer
On this page you can find all versions of the php package finstat/client-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download finstat/client-api
More information about finstat/client-api
Files in finstat/client-api
Package client-api
Short Description PHP Client for Finstat API
License MIT
Homepage https://github.com/finstat/ClientApi.PHP/
Informations about the package client-api
Finstat API Client for PHP
This repository contains a PHP client for interacting with the Finstat API services. Finstat provides financial and corporate data for businesses in Slovakia and the Czech Republic.
Features
- Retrieve detailed company information by ICO (Company ID)
- Search companies using autocomplete functionality
- Monitor changes in company data
- Access daily data diffs
- Support for both Slovak and Czech business registries
Installation
Configuration
Before using the API client, you need to set up your credentials:
Usage Examples
Slovak Companies API
Czech Companies API
Monitoring API
Daily Diff API
Bankruptcy and Restructuring API
Response Data
The API returns structured data objects containing company information. Depending on the request type, different data fields are available:
Basic Fields (available in all responses)
Ico
- Company IDName
- Company nameStreet
- Street addressStreetNumber
- Street numberZipCode
- ZIP/Postal codeCity
- CityDistrict
- DistrictRegion
- RegionCountry
- CountryUrl
- Finstat URL for the company
Additional Fields (available in detail/extended/ultimate responses)
- Legal form information
- Registration details
- Financial data (revenue, profit)
- Credit scores
- Warning indicators
- Bank accounts
- Employee counts
- Ownership information
- Statutory representatives
- Web pages
- And many more...
Error Handling
The API client throws exceptions in case of errors. Make sure to handle these appropriately:
API Limits
You can check your current API usage limits:
Requirements
- PHP 7.1 or higher
- cURL extension
- Zlib extension
- DOM extension
- JSON extension (for JSON responses)
- SimpleXML extension (for XML responses)
License
MIT License
Support
For API access and keys, please contact [email protected]
All versions of client-api with dependencies
ext-curl Version *
ext-dom Version *
ext-zlib Version *
ext-json Version *
ext-simplexml Version *