Libraries tagged by extend json
nekojira/wp-api-menus
1480 Downloads
Extends WordPress WP API with menu routes.
aretusa/flash-bundle
21558 Downloads
This bundle extends the Symfony2 flash message system to handle messages for AJAX requests.
seretos/behat-json-formatter
1907 Downloads
this library extends behat with an json formatter and publish commands to manage this generated json files
jasonmx/symfony-extend-bundle
7 Downloads
Symfony Extend Bundle
duffleman/json-client
5394 Downloads
JSON Client that extends Guzzle and allows to easily send and receive json data.
jonneyless/yii2-helper-extend
63 Downloads
Yii2 Helper Utils Extend
amostajo/php-json-array
185 Downloads
Simple class that extends the capabilities of the basic php *array* by adding json casting and file handling (read and write).
deplink/constraints
408 Downloads
Extends JSON format with custom keys containing additional constraints.
tebe/phpinfo
3 Downloads
Extends the phpinfo function and provides a structured output format using JSON.
php-opcua/opcua-client-ext-transport-https
0 Downloads
OPC UA HTTPS transport (Part 6 §7.4) for PHP — Binary / JSON / XML-SOAP encodings over opc.https://, extends opcua-client
on3n3o/extended-route-list
1 Downloads
This package extends default Laravel command route:list to include docblocks @see @author @version @access @param @return. Provides config file to setup what columns, how, and when to show.
gozoro/yii2-helpers
7 Downloads
Helpers for Yii2 Framework. Extends standard helpers.
jonatastd/l5scaffold
25 Downloads
Extend Laravel 5's generators scaffold.
php-opcua/opcua-client-ext-transport-pubsub
0 Downloads
OPC UA PubSub Subscriber for PHP — UDP + UADP + JSON, extends opcua-client
williamheelis/restful-inputs
142 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)