Download the PHP package netsensia/companieshouse-api-php-client without Composer
On this page you can find all versions of the php package netsensia/companieshouse-api-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download netsensia/companieshouse-api-php-client
More information about netsensia/companieshouse-api-php-client
Files in netsensia/companieshouse-api-php-client
Download netsensia/companieshouse-api-php-client
More information about netsensia/companieshouse-api-php-client
Files in netsensia/companieshouse-api-php-client
Vendor netsensia
Package companieshouse-api-php-client
Short Description API Wrapper for the Companies House API
License MIT
Package companieshouse-api-php-client
Short Description API Wrapper for the Companies House API
License MIT
Please rate this library. Is it a good library?
Informations about the package companieshouse-api-php-client
Companies House API PHP Client
You will need an API key to use this client. To get an API key, go to https://developer.companieshouse.gov.uk/api/docs/index/gettingStarted/apikey_authorisation.html
Add to project using Composer
"require" : {
"netsensia/companieshouse-api-php-client" : "~0.1.0"
},
Usage
$client = new Client($apiKey);
$profile = $client->getCompanyProfile($companyNumber);
$profile->getCompanyProfile('06236637')->registered_office_address->address_line_1;
$officerList = $client->getOfficerList($companyNumber);
$companyList = $client->companySearch('netsen');
A full list of available calls can be found by examining the ClientSpec.php file which contains the spec tests. The json directory contains examples of the data returned by the Companies House API.
Development
Clone the repo and compose
git clone [email protected]:netsensia/companieshouse-api-php-client
cd companieshouse-api-php-client
php composer.phar install
Run the tests
Create a file called .apiKey in the root of the project and add your companies house api key to it.
bin/phpspec run --format=pretty -vvv --stop-on-failure
All versions of companieshouse-api-php-client with dependencies
PHP Build Version
Package Version
The package netsensia/companieshouse-api-php-client contains the following files
Loading the files please wait ....