CakePHP Search plugin using PRG pattern

Installs: 1 209 012

Dependents: 45

Suggesters: 12

Security: 0

Stars: 162

Watchers: 23

Forks: 58

Open Issues: 0

Type:cakephp-plugin

7.0.0 2023-09-13 16:46 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 4.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.