All Projects → FriendsOfCake → Search

FriendsOfCake / Search

Licence: mit
CakePHP: Easy model searching

Projects that are alternatives of or similar to Search

Jquery Searchable
Tiny, fast jQuery plugin to search through elements as you type.
Stars: ✭ 142 (-7.19%)
Mutual labels:  search, filter
Searchobjectgraphql
GraphQL plugin for SearchObject gem
Stars: ✭ 118 (-22.88%)
Mutual labels:  search, filter
Acl
Plugin for managing ACL in CakePHP applications.
Stars: ✭ 113 (-26.14%)
Mutual labels:  cakephp, cakephp-plugin
Cakephp Hybridauth
CakePHP plugin for HybridAuth
Stars: ✭ 81 (-47.06%)
Mutual labels:  cakephp, cakephp-plugin
Cakephp Ide Helper
IDE Helper plugin for CakePHP
Stars: ✭ 138 (-9.8%)
Mutual labels:  cakephp, cakephp-plugin
Faltu
Search sort, filter, limit an array of objects in Mongo-style.
Stars: ✭ 112 (-26.8%)
Mutual labels:  search, filter
Migrations
CakePHP database migrations plugin
Stars: ✭ 114 (-25.49%)
Mutual labels:  cakephp, cakephp-plugin
Authorization
PSR7 Middleware for authorization
Stars: ✭ 50 (-67.32%)
Mutual labels:  cakephp, cakephp-plugin
Ng2 Search Filter
Angular 2 / Angular 4 / Angular 5 custom pipe npm module to make a search filter on any input, 🔥 100K+ downloads
Stars: ✭ 137 (-10.46%)
Mutual labels:  search, filter
Holmes
Fast and easy searching inside a page
Stars: ✭ 1,679 (+997.39%)
Mutual labels:  search, filter
Footprint
CakePHP plugin to allow passing currently logged in user to model layer.
Stars: ✭ 81 (-47.06%)
Mutual labels:  cakephp, cakephp-plugin
Searchobject
Search object DSL
Stars: ✭ 152 (-0.65%)
Mutual labels:  search, filter
Webservice
Bringing the power of the CakePHP ORM to your favourite webservices
Stars: ✭ 79 (-48.37%)
Mutual labels:  cakephp, cakephp-plugin
Searchable
Search/filter functionality for Laravel's Eloquent models
Stars: ✭ 113 (-26.14%)
Mutual labels:  search, filter
Aclmanager
Plugin to manage Acl for CakePHP 2.x
Stars: ✭ 59 (-61.44%)
Mutual labels:  cakephp, cakephp-plugin
Cakephp Tinyauth
CakePHP TinyAuth plugin for an easy and fast user authentication and authorization. Single or multi role. DB or config file based.
Stars: ✭ 114 (-25.49%)
Mutual labels:  cakephp, cakephp-plugin
Flypie
Flysystem plugin for CakePHP
Stars: ✭ 35 (-77.12%)
Mutual labels:  cakephp, cakephp-plugin
Lara Eye
Filter your Query\Builder using a structured query language
Stars: ✭ 39 (-74.51%)
Mutual labels:  search, filter
Cakephp Proffer
An upload plugin for CakePHP 3
Stars: ✭ 121 (-20.92%)
Mutual labels:  cakephp, cakephp-plugin
Cakephp Imagine Plugin
CakePHP wrapper for the powerful Imagine image processing library. Makes images manipulation easy and powerful.
Stars: ✭ 140 (-8.5%)
Mutual labels:  cakephp, cakephp-plugin

CakePHP Search

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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].