thecodingcompany / cocsearch
Find company info directly from the Dutch Chamber of Commerce (KvK data). PHP5 library
v1.0.0
2017-05-24 06:51 UTC
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2024-11-10 04:37:58 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.
----------------------------------------------------------------------------------------------------