Download the PHP package giginc/cakephp3-driver-json without Composer
On this page you can find all versions of the php package giginc/cakephp3-driver-json. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download giginc/cakephp3-driver-json
More information about giginc/cakephp3-driver-json
Files in giginc/cakephp3-driver-json
Download giginc/cakephp3-driver-json
More information about giginc/cakephp3-driver-json
Files in giginc/cakephp3-driver-json
Vendor giginc
Package cakephp3-driver-json
Short Description An Json datasource for CakePHP 3.0
License MIT
Homepage https://github.com/giginc/cakephp3-driver-json
Package cakephp3-driver-json
Short Description An Json datasource for CakePHP 3.0
License MIT
Homepage https://github.com/giginc/cakephp3-driver-json
Please rate this library. Is it a good library?
Informations about the package cakephp3-driver-json
Json Driver for Cakephp3
An Json datasource for CakePHP 3.5
Installing via composer
Install composer and run:
Defining a connection
Now, you need to set the connection in your config/app.php file:
Models
After that, you need to load Giginc\Json\ORM\Table in your tables class:
Controllers
You can start Query your data using the various query methods such as find, where, orWhere, whereIn, whereStartsWith, whereEndsWith, whereContains and so on. Also you can aggregate your data after query using sum, count, groupBy, max, min etc.
Let's see a quick example:
SPECIAL THANKS:
LICENSE
All versions of cakephp3-driver-json with dependencies
PHP Build Version
Package Version
The package giginc/cakephp3-driver-json contains the following files
Loading the files please wait ....