alexpts/php-jwt-service

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "alexpts/php-jwt-service",
    "description": "Simple service for work with jwt tokens",
    "homepage": "https://github.com/alexpts/php-jwt-service",
    "license": "MIT",
    "type": "library",
    "keywords": [
        "jwt",
        "token"
    ],
    "authors": [{
        "name": "Alexpts",
        "email": "alexpts3@gmail.com"
    }],
    "minimum-stability": "stable",
    "require": {
        "php": "~7.2",
        "emarref/jwt": "^1.0"
    },
    "autoload": {
        "psr-0": {
            "PTS\\JwtService": "src"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^7.1",
        "codeclimate/php-test-reporter": "^0.4.4"
    }
}