freshmindpl/wyszukiwarkaregon

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "freshmindpl/wyszukiwarkaregon",
    "description": "Polish REGON Internet Database",
    "keywords": ["GUS","REGON","NIP","CEIDG","api","BIR1"],
    "homepage": "https://wyszukiwarkaregon.stat.gov.pl/appBIR/index.aspx",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Paweł Krzaczkowski",
            "email": "pawel@freshmind.pl"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.4.0",
        "ext-soap": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.8",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "autoload": {
        "psr-4": {
            "WyszukiwarkaRegon\\": "src/",
            "WyszukiwarkaRegon\\Tests\\": "src/tests/"
        }
    }
}