m6w6 / ext-json_post
JSON POST handler (superglobals from application/json)
Package info
Language:C
Type:php-ext
Ext name:ext-json_post
pkg:composer/m6w6/ext-json_post
dev-master
2025-08-26 08:23 UTC
Requires
- php: >= 5.3.0
This package is not auto-updated.
Last update: 2026-02-25 09:39:30 UTC
README
JSON POST handler
Documentation
See the online markdown reference.
Install
PECL
pecl install json_post
PIE
pie install m6w6/ext-json_post
Checkout
git clone github.com:m6w6/ext-json_post
cd ext-json_post
/path/to/phpize
./configure --with-php-config=/path/to/php-config
make
sudo make install
ChangeLog
A comprehensive list of changes can be obtained from the PECL website.
License
ext-json_post is licensed under the 2-Clause-BSD license, which can be found in the accompanying LICENSE file.
Contributing
All forms of contribution are welcome! Please see the bundled CONTRIBUTING note for the general principles followed.
The list of past and current contributors is maintained in THANKS.