Download the PHP package ghazanfarmir/laravel-companies-house without Composer
On this page you can find all versions of the php package ghazanfarmir/laravel-companies-house. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ghazanfarmir/laravel-companies-house
More information about ghazanfarmir/laravel-companies-house
Files in ghazanfarmir/laravel-companies-house
Package laravel-companies-house
Short Description This the Laravel Service Provider package to access CompaniesHouse API within your Laravel application.
License MIT
Informations about the package laravel-companies-house
Laravel Companies House
This Laravel Package implements an API client for the Companies House REST API. It can be used to look up information about companies registered in the United Kingdom. As of July 2016, this API is described by Companies House as a "beta service." More information about this free API can be found on the Companies House API website.
Please note, this package is still under development and isn't ready for production yet. Once ready, I will remove this warning; so keep looking at this space.
Installation
To install, use the following to pull the package via Composer.
Now register the Service Provider in config/app.php
And also add the alias to the same file.
Finally publish the config file.
How to use?
Search
Companies
Charges
Filing History
Configuration
Obtaining the CompaniesHouse API Key
- You will need to register an application with CompaniesHouse by visiting https://developer.companieshouse.gov.uk/developer/applications.
- then get API Key which can be used within your Laravel Application in config/companies.php.
Companies House API (Beta release)
Questions
Feel free to submit an issue if you have any issues.
Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -m 'Add some feature'
- Push to the branch: git push -u origin my-new-feature
- Submit a pull request - cheers!
License
MIT License 2017 - Ghazanfar Mir