Oefenweb/cakephp-uni-login-webservice

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "oefenweb/cakephp-uni-login-webservice",
    "description": "A UNIā€¢Login (Web Service) Plugin for CakePHP",
    "type": "cakephp-plugin",
    "keywords": [
        "cakephp", "web service"
    ],
    "homepage": "http://github.com/Oefenweb/cakephp-uni-login-webservice",
    "license": "MIT",
    "authors": [
        {
            "name": "Oefenweb.nl BV team",
            "homepage": "https://github.com/Oefenweb/cakephp-uni-login-webservice/contributors"
        }
    ],
    "require": {
        "php": ">=7.0.0",
        "ext-soap": "*",
        "composer/installers": "~1.0"
    },
    "support": {
        "issues": "https://github.com/Oefenweb/cakephp-uni-login-webservice/issues",
        "source": "https://github.com/Oefenweb/cakephp-uni-login-webservice"
    },
    "extra": {
        "installer-name": "UniLoginWebservice"
    }
}