PHPackages                             dereuromark/cakephp-opensearch - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dereuromark/cakephp-opensearch

ActiveCakephp-plugin[API Development](/categories/api)

dereuromark/cakephp-opensearch
==============================

A CakePHP plugin for using OpenSearch

121PHP

Since Jul 23Pushed 11y ago2 watchersCompare

[ Source](https://github.com/dereuromark/cakephp-opensearch)[ Packagist](https://packagist.org/packages/dereuromark/cakephp-opensearch)[ RSS](/packages/dereuromark-cakephp-opensearch/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CakePHP OpenSearch Plugin
=========================

[](#cakephp-opensearch-plugin)

Create a nice web search that integrates into modern browsers (direct search using TAB).

See

CakePHP2.x

Installation
------------

[](#installation)

### Composer

[](#composer)

This is the preferred way of installing:

```
"require": {
	"dereuromark/cakephp-opensearch": "dev-master"
}

```

### Manual

[](#manual)

Copy the plugin over to your App/Plugin/ directory.

Preparation
-----------

[](#preparation)

1. Create appropriate table (cake console: `cake schema create OpenSearch.OpenSearch`)
2. Create an action for performing searches
3. Add at least one search type (via backend `admin/open_search/addons/` for example)

Usage
-----

[](#usage)

Use the helper to render appropriate links in the layout:

```
$this->loadHelper('OpenSearch.OpenSearch');
echo $this->OpenSearch->metaLink('web', 'my title');
```

for example, if you added `web` as search type.

TODO
----

[](#todo)

Cleanup and more features from

Dependencies
------------

[](#dependencies)

My Tools Plugin for admin backend actions (optional, you can directly use Mysql, as well).

Licence
-------

[](#licence)

MIT

Łukasz Korecki 2009

Mark Scherer 2012

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39854?v=4)[Mark Scherer](/maintainers/dereuromark)[@dereuromark](https://github.com/dereuromark)

---

Top Contributors

[![lukaszkorecki](https://avatars.githubusercontent.com/u/104818?v=4)](https://github.com/lukaszkorecki "lukaszkorecki (3 commits)")

### Embed Badge

![Health badge](/badges/dereuromark-cakephp-opensearch/health.svg)

```
[![Health](https://phpackages.com/badges/dereuromark-cakephp-opensearch/health.svg)](https://phpackages.com/packages/dereuromark-cakephp-opensearch)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
