m6w6 / ext-json_post
JSON POST handler (superglobals from application/json)
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 5
Forks: 2
Open Issues: 0
Language:C
Type:php-ext
Ext name:ext-json_post
Requires
- php: >= 5.3.0
This package is not auto-updated.
Last update: 2025-08-27 07:20:35 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.