thecodingcompany / cocsearch
Find company info directly from the Dutch Chamber of Commerce (KvK data). PHP5 library
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/thecodingcompany/cocsearch
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2025-09-28 09:09:23 UTC
README
Search for company information in the Dutch Chamber of Commerce. Also known as KVK data
require_once("autoload.php");
$c = new theCodingCompany\COCSearch();
$c->findCompany("The Coding Company");
The above example outputs:
Found 2 entries.
[68132875] Hoofdvestiging --------------------------------------------------------------------------
The Coding Company B.V.
Gv Juliana v Stolbergln 31
2263AB Leidschendam
----------------------------------------------------------------------------------------------------
[68132875] Rechtspersoon ---------------------------------------------------------------------------
The Coding Company B.V.
----------------------------------------------------------------------------------------------------
[68132875] Hoofdvestiging --------------------------------------------------------------------------
The Coding Company B.V.
Gv Juliana v Stolbergln 31
2263AB Leidschendam
----------------------------------------------------------------------------------------------------
[68132875] Rechtspersoon ---------------------------------------------------------------------------
The Coding Company B.V.
----------------------------------------------------------------------------------------------------