{
"name": "arzzen/php-flatbuffers",
"type": "library",
"description": "PHP Memory Efficient Serialization Library - FlatBuffers",
"keywords": ["flatbuffers", "google", "php", "memory", "serialize", "google"],
"homepage": "https://github.com/arzzen/php-flatbuffers",
"license": "Apache-2.0",
"authors": [
{
"name": "Shuhei Tanuma",
"email": "chobieee@gmail.com",
"homepage": "https://github.com/chobie",
"role": "Developer"
},
{
"name": "Lukas Mestan",
"email": "arzzen@gmail.com",
"homepage": "https://github.com/arzzen/",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"FlatBuffers\\": "src"
}
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"mockery/mockery": "^0.9.5"
}
}
|