PHPackages                             daveismyname/laravel-companies-house - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. daveismyname/laravel-companies-house

Abandoned → [https://github.com/dcblogdev/laravel-companies-house](/?search=https%3A%2F%2Fgithub.com%2Fdcblogdev%2Flaravel-companies-house)Library

daveismyname/laravel-companies-house
====================================

A Laravel Companies House package

v2.0.0(5y ago)111662[1 issues](https://github.com/dcblogdev/laravel-companies-house/issues)MITPHP

Since Mar 28Pushed 2y ago2 watchersCompare

[ Source](https://github.com/dcblogdev/laravel-companies-house)[ Packagist](https://packagist.org/packages/daveismyname/laravel-companies-house)[ Docs](https://github.com/dcblogdev/laravel-companies-house)[ GitHub Sponsors](https://github.com/dcblogdev)[ RSS](/packages/daveismyname-laravel-companies-house/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Community
---------

[](#community)

There is a Discord community.  For quick help, ask questions in the appropriate channel.

[![Latest Version on Packagist](https://camo.githubusercontent.com/f83683bed31d3214874494f580bb7bb68ad0479ce4105a737a86539634d16f9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6463626c6f676465762f6c61726176656c2d636f6d70616e6965732d686f7573652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dcblogdev/laravel-companies-house)[![Total Downloads](https://camo.githubusercontent.com/fe3d6d0f2ccc8f4e84d50d7b9760a4e99fc0d4b8b74aa432081c826daad6fe5e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6463626c6f676465762f6c61726176656c2d636f6d70616e6965732d686f7573652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dcblogdev/laravel-companies-house)

[![Logo](https://repository-images.githubusercontent.com/169858854/6e275600-4938-11eb-901a-6f64485961b2)](https://repository-images.githubusercontent.com/169858854/6e275600-4938-11eb-901a-6f64485961b2)

A Laravel package for reading Companies House.

Documentation and install instructions
======================================

[](#documentation-and-install-instructions)

Companies House API documentation can be found at:

Application Register
--------------------

[](#application-register)

To use Companies House an application needs creating at

Install
-------

[](#install)

Take a note of the API key and add it to your .env file

```
COMPANIES_HOUSE_KEY=

```

Via Composer

```
composer require dcblogdev/laravel-companies-house

```

You can publish the config file with:

```
php artisan vendor:publish --provider="Dcblogdev\CompaniesHouse\CompaniesHouseServiceProvider" --tag="config"
```

When published, the config/companieshouse.php config file contains:

```
