friendsofcake / search
CakePHP Search plugin using PRG pattern
Installs: 1 496 701
Dependents: 46
Suggesters: 12
Security: 0
Stars: 170
Watchers: 21
Forks: 59
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0
Requires (Dev)
- cakephp/bake: ^3.0
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/twig-view: ^2.0
- phpunit/phpunit: ^10.1
- dev-master
- 7.1.0
- 7.0.0
- 6.2.5
- 6.2.4
- 6.2.3
- 6.2.2
- 6.1.1
- 6.1.0
- 6.0.1
- 6.0.0
- 6.0.0-RC
- 6.0.0-beta2
- 6.0.0-beta
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.0
- 4.5.1
- 4.5.0
- 4.4.1
- 4.4.0
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.5.0
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.4
- v1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-cake4
- dev-cake3
This package is auto-updated.
Last update: 2024-10-26 16:57:34 UTC
README
Search provides a simple interface to create paginate-able filters for your CakePHP application.
This branch is for CakePHP 5.x. For details see version map.
Installation
- Install the plugin with composer from your CakePHP project's ROOT directory (where composer.json file is located)
php composer.phar require friendsofcake/search
- Load the plugin by running command
bin/cake plugin load Search
Documentation
See Documentation section.