Download the PHP package jayparmar271/cakephp-magic-query without Composer
On this page you can find all versions of the php package jayparmar271/cakephp-magic-query. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jayparmar271/cakephp-magic-query
More information about jayparmar271/cakephp-magic-query
Files in jayparmar271/cakephp-magic-query
Download jayparmar271/cakephp-magic-query
More information about jayparmar271/cakephp-magic-query
Files in jayparmar271/cakephp-magic-query
Vendor jayparmar271
Package cakephp-magic-query
Short Description MagicQuery plugin for CakePHP
License MIT
Package cakephp-magic-query
Short Description MagicQuery plugin for CakePHP
License MIT
Please rate this library. Is it a good library?
Informations about the package cakephp-magic-query
MagicQuery plugin for CakePHP
Simple query builder made with CakePHP
Requirements
- CakePHP 3.5+
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Usage
-
Add behavior in your table. (../src/Model/Table/UsersTable.php)
- Use getRecord() to get single record.
To set default options:
-
Create new config file and add your default options. (/config/magic_query.php)
- Load into your bootstrap.php (/config/bootstrap.php)
That's all. Enjoy!
You can find more examples here.
License
The MIT License. Please see License File for more information.
All versions of cakephp-magic-query with dependencies
PHP Build Version
Package Version
The package jayparmar271/cakephp-magic-query contains the following files
Loading the files please wait ....