{ "name": "danog/phpstruct", "type": "library", "description": "PHP implementation of python's struct module.", "license": "MIT", "homepage": "https://daniil.it/phpstruct", "keywords": ["pack", "unpack", "byte", "bytes", "python", "struct", "integer", "float", "string", "decimal", "binary"], "authors": [ { "name": "danog", "email": "daniil@daniil.it" } ], "require": { "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "5.4.*" }, "autoload": { "psr-0": { "danog\\PHP\\": "lib/" } } }