Download the PHP package controlcode/cakephp-json-switch without Composer
On this page you can find all versions of the php package controlcode/cakephp-json-switch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download controlcode/cakephp-json-switch
More information about controlcode/cakephp-json-switch
Files in controlcode/cakephp-json-switch
Download controlcode/cakephp-json-switch
More information about controlcode/cakephp-json-switch
Files in controlcode/cakephp-json-switch
Vendor controlcode
Package cakephp-json-switch
Short Description Quick switch to json representation of any view variables.
License MIT
Homepage https://github.com/landr-controlcode/cakephp-json-switch
Package cakephp-json-switch
Short Description Quick switch to json representation of any view variables.
License MIT
Homepage https://github.com/landr-controlcode/cakephp-json-switch
Please rate this library. Is it a good library?
Informations about the package cakephp-json-switch
ControlCodeJsonSwitch plugin for CakePHP
Quick switch to json representation of any view variables.
Use case
Just add ?json
to the url to get the json data behind a view to request it through ajax pagination.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Usage
Pass GET parameters json to view the json representation of all the variables used in the current view
Example
- Show the json representation
http://www.example.com/?json
- Get the json+ld tag
http://www.example.com/?ldjson
All versions of cakephp-json-switch with dependencies
PHP Build Version
Package Version
Requires
cakephp/cakephp Version
^3.5
The package controlcode/cakephp-json-switch contains the following files
Loading the files please wait ....