PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lukas Mestan   Memory Efficient Serialization Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Memory Efficient Serialization Library
Store and retrieve data types in binary files
Author: By
Last change: Add Mockery for mocking new instances
Date: 7 years ago
Size: 947 bytes
 

Contents

Class file image Download
{ "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" } }