https://github.com/nowisesys/pecl-foa
PHP extension implementing the FOA (Fast Object and Array) encoding/decoding specification.
https://github.com/nowisesys/pecl-foa
encoder-decoder foa pecl-extensions php
Last synced: about 1 month ago
JSON representation
PHP extension implementing the FOA (Fast Object and Array) encoding/decoding specification.
- Host: GitHub
- URL: https://github.com/nowisesys/pecl-foa
- Owner: nowisesys
- License: other
- Created: 2019-01-29T04:01:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T18:03:49.000Z (over 6 years ago)
- Last Synced: 2025-02-16T08:27:30.311Z (3 months ago)
- Topics: encoder-decoder, foa, pecl-extensions, php
- Language: C
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.PHP
- Authors: AUTHORS
Awesome Lists containing this project
README
PECL FOA - PHP extension implementing the FOA encoding/decoding method.
** GENERAL:
This is an PHP Extension (PECL) that is dynamic linked to PHP as a module
that provides encoding/decoding of data following the FOA specification. See
https://nowise.se/oss/libfoa/spec** REQUIREMENTS:
You need to install libfoa, get it from https://nowise.se/oss/libfoa/
** INSTALL:
Build and install from source code using the standard procedure:
bash$> ./configure
bash$> make
bash$> make install
The module will be installed into you Zend engine extension directory.
** TESTING:Unit testing is done by running:
bash$> php run-tests.php
You have to build, install and enable the extension before the unit test
can be runned.
** BUG REPORT:This extension is marked as experimental. If you find a bug, please
contact me. The contact into is in AUTHORS.** LICENSE:
This extension is released under the PHP license. See the LICENS.PHP file
for details.// Anders Lövgren, 2009-05-19