CakePHP Search plugin using PRG pattern

Installs: 1 632 083

Dependents: 47

Suggesters: 12

Security: 0

Stars: 172

Watchers: 20

Forks: 61

Open Issues: 1

Type:cakephp-plugin

7.4.0 2025-05-04 17:28 UTC

README

Build Status Coverage Status Latest Stable Version Total Downloads License

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.