CakePHP Search plugin using PRG pattern

Maintainers

Package info

github.com/FriendsOfCake/search

Type:cakephp-plugin

pkg:composer/friendsofcake/search

Statistics

Installs: 2 112 129

Dependents: 48

Suggesters: 12

Stars: 170

Open Issues: 0

7.9.0 2026-05-11 20:20 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.