PHPackages                             freshmindpl/wyszukiwarkaregon - 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. freshmindpl/wyszukiwarkaregon

Abandoned → [gusapi/gusapi](/?search=gusapi%2Fgusapi)Library[API Development](/categories/api)

freshmindpl/wyszukiwarkaregon
=============================

Polish REGON Internet Database

3.0.2(10y ago)1710.6k↑150%7[2 PRs](https://github.com/freshmindpl/wyszukiwarkaregon/pulls)MITPHPPHP &gt;=5.4.0

Since Jan 27Pushed 6y ago3 watchersCompare

[ Source](https://github.com/freshmindpl/wyszukiwarkaregon)[ Packagist](https://packagist.org/packages/freshmindpl/wyszukiwarkaregon)[ Docs](https://wyszukiwarkaregon.stat.gov.pl/appBIR/index.aspx)[ RSS](/packages/freshmindpl-wyszukiwarkaregon/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (12)Used By (0)

Polish REGON Internet Database BIR1
===================================

[](#polish-regon-internet-database-bir1)

PHP bindings for the BIR1 (Baza Internetowa REGON 1) API ().

[API Documentation](https://goo.gl/zxBf2o)

[![Latest Stable Version](https://camo.githubusercontent.com/2d9144940e380c5324ca80aca248a22e40a44e839b149f5437fa7f49dd6d822d/68747470733a2f2f706f7365722e707567782e6f72672f66726573686d696e64706c2f7779737a756b697761726b617265676f6e2f762f737461626c65)](https://packagist.org/packages/freshmindpl/wyszukiwarkaregon)[![Build Status](https://camo.githubusercontent.com/72465a73ed787d953999f3606e07a0ec2e8fa22a41f92d7515bcfbba3bc30bcc/68747470733a2f2f7472617669732d63692e6f72672f66726573686d696e64706c2f7779737a756b697761726b617265676f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/freshmindpl/wyszukiwarkaregon)[![Code Climate](https://camo.githubusercontent.com/85981776ee30d7cc0e0b60c9135f329e90fb5bae8128ed3ea697b1e0b05ff84f/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f66726573686d696e64706c2f7779737a756b697761726b617265676f6e2f6261646765732f6770612e737667)](https://codeclimate.com/github/freshmindpl/wyszukiwarkaregon)[![Test Coverage](https://camo.githubusercontent.com/ba3632980ebb57d7bf6776aa7dfbb768bc4de89e449a23f3c406a4bf0de167e4/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f66726573686d696e64706c2f7779737a756b697761726b617265676f6e2f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/freshmindpl/wyszukiwarkaregon/coverage)

Installation
------------

[](#installation)

The API client can be installed via [Composer](https://github.com/composer/composer).

In your composer.json file:

```
{
    "require": {
        "freshmindpl/wyszukiwarkaregon": "~3.0"
    }
}
```

Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to update to the latest version of the API client.

Basic Usage
-----------

[](#basic-usage)

Remember to include the Composer autoloader in your application:

```

```

Configure your access credentials when creating a client:

```

```

### Local Testing

[](#local-testing)

Run `phpunit` from the project root to start all tests.

### Examples

[](#examples)

#### Login

[](#login)

```
