PHPackages                             cvreferral/phalcon-elasticsearch - 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. cvreferral/phalcon-elasticsearch

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

cvreferral/phalcon-elasticsearch
================================

1.1(6y ago)0158MITPHPPHP &gt;=5.5

Since Nov 15Pushed 6y agoCompare

[ Source](https://github.com/CVReferral/phalcon-elasticsearch)[ Packagist](https://packagist.org/packages/cvreferral/phalcon-elasticsearch)[ RSS](/packages/cvreferral-phalcon-elasticsearch/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Phalcon + Elastic
=================

[](#phalcon--elastic)

How to use
==========

[](#how-to-use)

Create your model

```
namespace Models;

use Ovr\Phalcon\Elastic\ModelTrait;

class Project extends Injectable
{
    use ModelTrait;

    protected static $index = 'phalconist';
    protected static $type = 'project';

    /**
     * @param int $limit
     * @return mixed
     */
    public static function myQuery($limit = 25)
    {
        $query = [
            'aggs' => [
                'types' => [
                    'terms' => [
                        'field' => 'composer.type',
                        'size' => $limit,
                    ],
                ]
            ]
        ];

        $resultSet = static::getStorage()->search($query);
        return static::toTags($resultSet->getAggregation('types')['buckets'], 'key', 'doc_count');
    }
}
```

Use

```
$result = Project::myQuery(25);
```

License
-------

[](#license)

This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 78.9% 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 ~877 days

Total

3

Last Release

2443d ago

Major Versions

0.1 → 1.02019-09-03

PHP version history (2 changes)0.1PHP ~5.4

1.1PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d06094f412fd511e4b4986c32b22f14aabf1a6dafab08c920779bf904729818?d=identicon)[it-cvr](/maintainers/it-cvr)

---

Top Contributors

[![ovr](https://avatars.githubusercontent.com/u/572096?v=4)](https://github.com/ovr "ovr (15 commits)")[![byhbt](https://avatars.githubusercontent.com/u/948856?v=4)](https://github.com/byhbt "byhbt (4 commits)")

---

Tags

elasticsearchelasticsearch-clientphalcon-framework

### Embed Badge

![Health badge](/badges/cvreferral-phalcon-elasticsearch/health.svg)

```
[![Health](https://phpackages.com/badges/cvreferral-phalcon-elasticsearch/health.svg)](https://phpackages.com/packages/cvreferral-phalcon-elasticsearch)
```

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M65](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[handcraftedinthealps/zendsearch

a general purpose text search engine written entirely in PHP 5

39921.0k35](/packages/handcraftedinthealps-zendsearch)

PHPackages © 2026

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