Download the PHP package api-check/php-client without Composer
On this page you can find all versions of the php package api-check/php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download api-check/php-client
More information about api-check/php-client
Files in api-check/php-client
Package php-client
Short Description A wrapper around ApiCheck get to validate addresses.
License MIT
Homepage https://apicheck.nl/
Informations about the package php-client
ApiCheck PHP Client
This is a PHP client for ApiCheck endpoints. ApiCheck helps you validate customer data.
Currently supported countries: The Netherlands, Belgium, and Luxembourg.
Requirements
- Register an account at ApiCheck Dashboard and select the appropriate subscription type.
- Create a new API key.
Installation
Use composer to install this package
Examples
The first step is to set your API key (optionally also load autoload.php):
Use the Lookup API
The lookup API is currently only supported for NL and LU. See: Lookup API documentation
Use the Lookup API
Use the Search API
The search API is currently supported for NL, BE, LU and FR. See: Search API documentation
This will return an array with the search results
Exceptions
The ApiCheck client uses custom Exceptions to handle failure responses:
More examples can be found in the examples directory.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Support
Contact: www.apicheck.nl — [email protected]
All versions of php-client with dependencies
ext-curl Version *
ext-json Version *
guzzlehttp/guzzle Version ^6.4|^7.0