skie / cakephp-search
CakePHP Plum Search plugin
Package info
Type:cakephp-plugin
pkg:composer/skie/cakephp-search
5.1.0
2025-12-30 13:06 UTC
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0
- cakephp/plugin-installer: *
Requires (Dev)
- cakephp/cakephp-codesniffer: ^4.0
- phpstan/phpstan: 1.9.0
- phpunit/phpunit: ^10.1.0
- psalm/phar: 5.1.0
- vlucas/phpdotenv: ^3.3
README
Plugin implements highly configurable search strategy.
What is this plugin for?
This plugin implements custom, flexible search with multiple ways of search configuration. Plugin provides search support on tables, controllers and templates layers.
Provided features
- Named find based on search data, that processed multiple filters staring from pre-build value, like and cutom query based, and finishing by flexible filters written for user's project.
- Post-Redirect-Get processing for search form based on different input parameters like Input, Select, Multiple select or checkbox, or Autocomplete fields.
- Pre-build logic for autocomplete generation.
- Easy to inject into your project.
Requirements
- PHP 8.2+
Documentation
For documentation, as well as tutorials, see the docs directory of this repository.
License
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.