Download the PHP package handelsregister-api/handelsregister-api-php without Composer
On this page you can find all versions of the php package handelsregister-api/handelsregister-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download handelsregister-api/handelsregister-api-php
More information about handelsregister-api/handelsregister-api-php
Files in handelsregister-api/handelsregister-api-php
Package handelsregister-api-php
Short Description Handelsregister-API.de allows you to download commercial register information for German Companies with a REST-API. This API is not an official interface of the German Commercial Register, but a service of the private company fino run GmbH. All Access to the APIs are restricted by an API Key.
License MIT
Informations about the package handelsregister-api-php
Handelsregister-API.de API version v1
A PHP SDK for the Handelsregister-API.de API version v1
Handelsregister-API.de PHP SDK used to integrate Handelsregister-API.de REST API into your PHP application.
https://api.handelsregister-api.de/v1
Overview
Handelsregister-API.de allows you to download commercial register information for German Companies with a REST-API. This API is not an official interface of the German Commercial Register, but a service of the private company fino run GmbH.
All Access to the APIs are restricted by an API Key. Request your trial on https://www.handelsregister-api.de by submitting the contact form.
Reporting issues
Report any feedback or problems with this version by opening an issue on Github.
Installation
You can use the SDK using composer. Run the following command in your project directory to update your composer.json
file and download the SDK.
$ composer require handelsregister-api/handelsregister-api-php
Alternatively, you can download this source and run
$ composer install
This generates the autoload files, which you can include using the following line in your PHP source code to start using the SDK
Usage
see examples folder