firebit/kvk-php

Package for the KvK API

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

Open Issues: 1

pkg:composer/firebit/kvk-php

dev-master 2020-11-24 10:44 UTC

This package is auto-updated.

Last update: 2025-11-22 01:22:10 UTC


README

Sublime's custom image

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.