firebit / kvk-php
Package for the KvK API
dev-master
2020-11-24 10:44 UTC
Requires
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^7.0
This package is auto-updated.
Last update: 2025-03-21 23:47:50 UTC
README
KVK-API
This is a implementation of the KvK API for PHP 7+, currently this project is a work in progress and it is not yet recommended to use it in production.
Example
$kvk = new \Firebit\kvkAPI\KvKClient(); $kvk->setApiKey('API_KEY'); $result = $kvk->search([ 'name' => 'Firebit' ]); print_r($result->firstItem());
Installation
To install you can use Composer, use the following command to install kvk-php.
composer require firebit/kvk-php
Documentation
Coming soon!
Progress
- Search Query
- Profile Query
- Adapter for using the test API (for use in tests)
- PHPUnit tests
- Documentation
License
For the license please check the LICENSE file, this project has the MIT license.