friendsofcake / search
CakePHP Search plugin using PRG pattern
7.9.0
2026-05-11 20:20 UTC
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.5.58 || ^11.5.3 || ^12.4
This package is auto-updated.
Last update: 2026-06-11 21:17:22 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.