PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP Companies Lookup   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Companies Lookup
Find companies in the Companies House Database
Author: By
Last change:
Date: 3 years ago
Size: 937 bytes
 

Contents

Class file image Download
{ "name": "ph-7/CompaniesLookup", "description": "Check any companies, competitors, details such as the turnover, director names, shares, etc.", "keywords": ["company", "companieshouse", "companies house", "competitor"], "type": "library", "homepage": "http://ph7.me", "license": "GPL-3.0+", "authors": [ { "name": "Pierre-Henry Soria", "email": "phs@hizup.net", "homepage": "http://about.ph7.me", "role": "Software Engineer" } ], "require": { "php": ">=7.0.0", "symfony/console": "^3.1", "vlucas/phpdotenv": "^2.4", "monolog/monolog": "^1.21", "netsensia/companieshouse-api-php-client": "^0.2.0" }, "require-dev": { "phpunit/phpunit": "^5.5", "phake/phake": "^2.3" }, "autoload": { "psr-4": { "PH7\\CompaniesLookup\\": "src/" } } }