项目作者: nowisesys

项目描述 :
PHP extension implementing the FOA (Fast Object and Array) encoding/decoding specification.
高级语言: C
项目地址: git://github.com/nowisesys/pecl-foa.git
创建时间: 2019-01-29T04:01:37Z
项目社区:https://github.com/nowisesys/pecl-foa

开源协议:Other

下载


PHP extension (PECL) implementing the FOA encoding/decoding specification.

This extension implements FOA version 1.0, an efficient method for streaming
mixed content of objects, arrays and files. The official specification can be
found here: https://nowise.se/oss/libfoa/spec

The library is released under The PHP License version 3.01, see the file
LICENSE.PHP for details.

Extension should be compatible with PHP 5.6 and PHP 7.x. Remember to run ‘make test’
after compilation.