PHPackages                             detailnet/algoliasearch-module - 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. [Search &amp; Filtering](/categories/search)
4. /
5. detailnet/algoliasearch-module

AbandonedArchivedLibrary[Search &amp; Filtering](/categories/search)

detailnet/algoliasearch-module
==============================

Zend Framework 3 module for Algolia Search API Client

1.0.0(7y ago)0351MITPHPPHP ^7.1

Since Sep 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/detailnet/algoliasearch-module)[ Packagist](https://packagist.org/packages/detailnet/algoliasearch-module)[ Docs](https://github.com/detailnet/algoliasearch-module/)[ RSS](/packages/detailnet-algoliasearch-module/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (9)Versions (4)Used By (0)

Zend Framework 3 Module for Algolia Search Search API Client
============================================================

[](#zend-framework-3-module-for-algolia-search-search-api-client)

[![Build Status](https://camo.githubusercontent.com/0ce389c04c4e33a2df18f060cc114d28e7c6d3d49be1d355242648f1685d22d1/68747470733a2f2f7472617669732d63692e6f72672f64657461696c6e65742f616c676f6c69617365617263682d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/detailnet/algoliasearch-module)[![Coverage Status](https://camo.githubusercontent.com/2c1a7983d0fa791548bcd89e465608edde0e89f179389ab143f8036fe628a0cb/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f64657461696c6e65742f616c676f6c69617365617263682d6d6f64756c652e737667)](https://coveralls.io/r/detailnet/algoliasearch-module)[![Latest Stable Version](https://camo.githubusercontent.com/c9b4ecc431e3b4dbe7274b08d9a14603ab97ae867761b8e1075b1163ec748f5a/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f616c676f6c69617365617263682d6d6f64756c652f762f737461626c652e737667)](https://packagist.org/packages/detailnet/algoliasearch-module)[![Latest Unstable Version](https://camo.githubusercontent.com/a2ba5d286117e51802edaf4534d5c59f02b626db245630cc59be347900ee6ab1/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f616c676f6c69617365617263682d6d6f64756c652f762f756e737461626c652e737667)](https://packagist.org/packages/detailnet/algoliasearch-module)

Introduction
------------

[](#introduction)

This module integrates [Algolia Search API Client](https://github.com/algolia/algoliasearch-client-php) with [Zend Framework 2](https://github.com/zendframework/zf2).

Requirements
------------

[](#requirements)

[Zend Framework 2 Skeleton Application](http://www.github.com/zendframework/ZendSkeletonApplication) (or compatible architecture)

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

[](#installation)

Install the module through [Composer](http://getcomposer.org/) using the following steps:

1. `cd my/project/directory`
2. Create a `composer.json` file with following contents (or update your existing file accordingly):

    ```
    {
        "require": {
            "detailnet/algoliasearch-module": "1.x-dev"
        }
    }
    ```
3. Install Composer via `curl -s http://getcomposer.org/installer | php` (on Windows, download the [installer](http://getcomposer.org/installer) and execute it with PHP)
4. Run `php composer.phar self-update`
5. Run `php composer.phar install`
6. Open `configs/application.config.php` and add following key to your `modules`:

    ```
    'Detail\AlgoliaSearch',
    ```
7. Copy `vendor/detailnet/algoliasearch-module/config/algoliasearch.local.php.dist` into your application's `config/autoload` directory, rename it to `algoliasearch.local.php` and make the appropriate changes.

Usage
-----

[](#usage)

tbd

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~260 days

Total

3

Last Release

2692d ago

Major Versions

0.1.1 → 1.0.02019-02-14

PHP version history (2 changes)0.1.0PHP &gt;=5.5

1.0.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca881f1116d03f5f9469b1700f60b0547140369403147a9105b562cc7e5f1311?d=identicon)[curzio-della-santa](/maintainers/curzio-della-santa)

---

Top Contributors

[![curzio-della-santa](https://avatars.githubusercontent.com/u/7221909?v=4)](https://github.com/curzio-della-santa "curzio-della-santa (9 commits)")

---

Tags

searchalgoliamodulezf3

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/detailnet-algoliasearch-module/health.svg)

```
[![Health](https://phpackages.com/badges/detailnet-algoliasearch-module/health.svg)](https://phpackages.com/packages/detailnet-algoliasearch-module)
```

###  Alternatives

[algolia/scout-extended

Scout Extended extends Laravel Scout adding algolia-specific features

4186.6M6](/packages/algolia-scout-extended)[algolia/laravel-scout-settings

Import/Export Algolia settings into your Laravel Scout project

24397.6k](/packages/algolia-laravel-scout-settings)[cmsig/seal

Search Engine Abstraction Layer

33267.1k108](/packages/cmsig-seal)

PHPackages © 2026

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