nowisesys / pecl-foa

PHP extension implementing the FOA (Fast Object and Array) encoding/decoding specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PHP extension implementing the FOA (Fast Object and Array) encoding/decoding specification.

License:Other


Languages

Language:C 66.7%Language:XML 30.8%Language:PHP 2.4%