PHPackages                             rocketphp/tweetnest - 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. rocketphp/tweetnest

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

rocketphp/tweetnest
===================

Search JSON tweet files by text and location - Elasticsearch.

1.0.x-dev(10y ago)04MITHTMLPHP &gt;=5.5

Since Sep 6Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (2)Used By (0)

tweetnest
=========

[](#tweetnest)

`RocketPHP\TweetNest` uses Elasticsearch to search JSON tweet files by text and location.

***To search tweets*** – start with an instance of TweetNest and search using arrays.

```
use RocketPHP\TweetNest\TweetNest;

$nest = new TweetNest('127.0.0.1:9200', 'tweet_files');
$result = $nest->search(
    ['text' => 'Arnold',
    'location' => 'USA']
);
var_dump($result);
```

- File issues at
- Documentation is at

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3907d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49f1849bfe77d7b1f690702822ed209ba24bbb4918a8326287d43df7c6c7751b?d=identicon)[rocketphp](/maintainers/rocketphp)

---

Tags

jsonelasticsearchtwittertweetsrocketphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rocketphp-tweetnest/health.svg)

```
[![Health](https://phpackages.com/badges/rocketphp-tweetnest/health.svg)](https://phpackages.com/packages/rocketphp-tweetnest)
```

###  Alternatives

[mailerlite/laravel-elasticsearch

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

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[matchish/laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout

7431.6M2](/packages/matchish-laravel-scout-elasticsearch)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[jsq/amazon-es-php

Support for using IAM authentication with the official Elasticsearch PHP client

9310.6M13](/packages/jsq-amazon-es-php)[babenkoivan/elastic-client

The official PHP Elasticsearch client integrated with Laravel

544.0M6](/packages/babenkoivan-elastic-client)[madewithlove/elasticsearcher

Wrapper on top of the ElasticSearch PHP SDK which allows easier index/document/query management.

264133.2k2](/packages/madewithlove-elasticsearcher)

PHPackages © 2026

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