qobo/cakephp-search

This package is abandoned and no longer maintained. No replacement package was suggested.

Search plugin for CakePHP

Installs: 52 043

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 17

Forks: 2

Open Issues: 2

Type:cakephp-plugin

v24.0.4 2021-10-29 14:00 UTC

This package is auto-updated.

Last update: 2023-04-29 00:41:53 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License codecov BCH compliance

About

CakePHP 3+ plugin for flexible and powerful searching of structured data.

This plugin is developed by Qobo for Qobrix. It can be used as standalone CakePHP plugin, or as part of the project-template-cakephp installation.

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

Setup

Install plugin

composer require qobo/cakephp-search

Load plugin

bin/cake plugin load Search

Load required plugin(s)

bin/cake plugin load Muffin/Trash

Load Component

In your AppController add the following:

    $this->loadComponent('Qobo/Search.Searchable');