PHPackages                             rollingwolf/queryable-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rollingwolf/queryable-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rollingwolf/queryable-php
=========================

QueryablePHP is a PHP port of the node lib Queryable

06PHP

Since Mar 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rollingWolf/queryable-php)[ Packagist](https://packagist.org/packages/rollingwolf/queryable-php)[ RSS](/packages/rollingwolf-queryable-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Queryable-PHP
=============

[](#queryable-php)

PHP port of [Queryable](https://github.com/gmn/queryable)
---------------------------------------------------------

[](#php-port-of-queryable)

This is a PHP port of QUeryable a tiny NoSQL-like database that allows structured querying of an array of objects. It stores as a JSON string.

Examples
--------

[](#examples)

```
$config = array(
    'dbDir' => realpath('.'),
    'dbName' => 'test.db'
);
$DB = \rollingWolf\QueryablePHP\QueryablePHP::open($config);
$DB->insert('[{president:"George Washington",took_office:1789},{president:"John Adams",took_office:1797},{president:"Thomas Jefferson",took_office:1801},{president:"James Madison",took_office:1809}]');
$DB->find('{president:"/^T/i"}');
$DB->save();
```

The script allows slack JSON (PHP vs javascript style) and therefore doesnt require "" around president.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11027512?v=4)[rollingWolf](/maintainers/rollingWolf)[@rollingWolf](https://github.com/rollingWolf)

### Embed Badge

![Health badge](/badges/rollingwolf-queryable-php/health.svg)

```
[![Health](https://phpackages.com/badges/rollingwolf-queryable-php/health.svg)](https://phpackages.com/packages/rollingwolf-queryable-php)
```

###  Alternatives

[gowork/values

PHP primitive types value objects.

3336.9k2](/packages/gowork-values)

PHPackages © 2026

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