Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfCake/search
CakePHP: Easy model searching
https://github.com/FriendsOfCake/search
cakephp cakephp-plugin filter php search
Last synced: 3 months ago
JSON representation
CakePHP: Easy model searching
- Host: GitHub
- URL: https://github.com/FriendsOfCake/search
- Owner: FriendsOfCake
- License: mit
- Created: 2014-04-27T12:01:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T15:37:16.000Z (9 months ago)
- Last Synced: 2024-07-24T13:56:40.935Z (4 months ago)
- Topics: cakephp, cakephp-plugin, filter, php, search
- Language: PHP
- Homepage:
- Size: 764 KB
- Stars: 170
- Watchers: 21
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cakephp - Search plugin - Provides easy searching/filtering for paginated views using PRG pattern. (Search)
README
# CakePHP Search
[![Build Status](https://img.shields.io/github/actions/workflow/status/FriendsOfCake/search/ci.yml?branch=master&style=flat-square)](https://github.com/FriendsOfCake/search/actions?query=workflow%3ACI+branch%3Amaster)
[![Coverage Status](https://img.shields.io/codecov/c/github/FriendsOfCake/search.svg?style=flat-square)](https://codecov.io/github/FriendsOfCake/search)
[![Latest Stable Version](https://poser.pugx.org/friendsofcake/search/v/stable.svg)](https://packagist.org/packages/friendsofcake/search)
[![Total Downloads](https://img.shields.io/packagist/dt/friendsofcake/search.svg?style=flat-square)](https://packagist.org/packages/friendsofcake/search)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://packagist.org/packages/friendsofcake/search)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](https://github.com/FriendsOfCake/search/wiki#cakephp-version-map).
## Installation
* Install the plugin with composer from your CakePHP project's ROOT directory
(where composer.json file is located)```sh
php composer.phar require friendsofcake/search
```* Load the plugin by running command
```sh
bin/cake plugin load Search
```## Documentation
See [Documentation](/docs) section.