Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > bc11ad9062550aaaba02d975a9dccee6 > files > 4

php-base32-1.3.1-3.mga7.noarch.rpm

{
    "name": "christian-riesen/base32",
    "type": "library",
    "description": "Base32 encoder/decoder according to RFC 4648",
    "keywords": ["base32","encode","decode","rfc4648"],
    "homepage": "https://github.com/ChristianRiesen/base32",
    "license": "MIT",
	"authors": [
        {
            "name": "Christian Riesen",
            "email": "chris.riesen@gmail.com",
            "homepage": "http://christianriesen.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "4.*",
        "satooshi/php-coveralls": "0.*"
    },
	"autoload": {
        "psr-4": {
            "Base32\\": "src/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.1.x-dev"
        }
    }
}