PHPackages                             mwojtowicz/gusclient - 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. [API Development](/categories/api)
4. /
5. mwojtowicz/gusclient

ActiveLibrary[API Development](/categories/api)

mwojtowicz/gusclient
====================

GUS companies database API client

2.2(8y ago)2451MITPHPPHP &gt;=7.1

Since Dec 11Pushed 8y ago3 watchersCompare

[ Source](https://github.com/michailw/gusclient)[ Packagist](https://packagist.org/packages/mwojtowicz/gusclient)[ RSS](/packages/mwojtowicz-gusclient/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (2)Versions (11)Used By (0)

GUS API Client
==============

[](#gus-api-client)

[![Latest Stable Version](https://camo.githubusercontent.com/438370482b37770276435e7e1e34673cc6b2eefdb7190ccb564a9be36628f253/68747470733a2f2f706f7365722e707567782e6f72672f6d776f6a746f7769637a2f677573636c69656e742f762f737461626c65)](https://packagist.org/packages/mwojtowicz/gusclient)[![Travis build on master](https://camo.githubusercontent.com/0b78b4a5e2314b0ad75bfc57915cbc458111775cd9337b75c2ec4cfc7ca33c4a/68747470733a2f2f7472617669732d63692e6f72672f4d576f6a746f7769637a2f677573636c69656e742e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/0b78b4a5e2314b0ad75bfc57915cbc458111775cd9337b75c2ec4cfc7ca33c4a/68747470733a2f2f7472617669732d63692e6f72672f4d576f6a746f7769637a2f677573636c69656e742e7376673f6272616e63683d6d6173746572)[![Coverage Status](https://camo.githubusercontent.com/5418f068fb9e94a128bd310b1e9438941144fb267bc346cc1e9a9862f7558a2c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4d576f6a746f7769637a2f677573636c69656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/MWojtowicz/gusclient?branch=master)[![Total Downloads](https://camo.githubusercontent.com/aed02c9242a413f50fb668e537f3dd68873dddba5a86cb39cef9555c4b6c872c/68747470733a2f2f706f7365722e707567782e6f72672f6d776f6a746f7769637a2f677573636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/mwojtowicz/gusclient)[![License](https://camo.githubusercontent.com/4ca8fddced1cfadf02494b26cd4913d7e9ca917046104a2f1c02c549389b7903/68747470733a2f2f706f7365722e707567782e6f72672f6d776f6a746f7769637a2f677573636c69656e742f6c6963656e7365)](https://packagist.org/packages/mwojtowicz/gusclient)

1. Installation
===============

[](#1-installation)

`composer require mwojtowicz/gusclient`

2. Usage
========

[](#2-usage)

Each client is instance of `GusClientInterface`, which has one method `find`. Find method accepts as input strings or array of strings.

Before using this library you have to register your user key. After you'll be able to put it as constructor argument.

You can either pass this key as environment variable `GUSAPI_KEY`. If you won't pass it as constructor argument (it's optional) library will look at environment variable.

Code usage:

```
