Download the PHP package kunststube/rison without Composer
On this page you can find all versions of the php package kunststube/rison. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kunststube/rison
More information about kunststube/rison
Files in kunststube/rison
Download kunststube/rison
More information about kunststube/rison
Files in kunststube/rison
Vendor kunststube
Package rison
Short Description A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
License
Homepage https://github.com/deceze/Kunststube-Rison
Package rison
Short Description A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
License
Homepage https://github.com/deceze/Kunststube-Rison
Please rate this library. Is it a good library?
Informations about the package rison
Kunststube\Rison encoder and decoder for PHP
Rison is a compact data format optimized for URIs, a slight variation of JSON.
JSON:
{"a":0,"b":"foo","c":"23skidoo"}
URI-encoded JSON:
%7B%22a%22:0,%22b%22%3A%22foo%22%2C%22c%22%3A%2223skidoo%22%7D
Rison:
(a:0,b:foo,c:'23skidoo')
URI-encoded Rison:
(a:0,b:foo,c:'23skidoo')
See http://mjtemplate.org/examples/rison.html for more information and other implementations.
Usage
Procedural/convenience wrapper
Object oriented
PSR-0
The repository is organized so its contents can be dumped into a folder Kunststube/Rison/
and the naming be PSR-0 compliant.
Information
Version: 0.92
Author: David Zentgraf
Contact: [email protected]
License: Public Domain
All versions of rison with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package kunststube/rison contains the following files
Loading the files please wait ....