PHPackages                             survos/record-store-bundle - 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. survos/record-store-bundle

ActiveSymfony-bundle

survos/record-store-bundle
==========================

Provider-neutral Symfony record stores for application-backed tables, with Grist support and adapter contracts.

2.24.36(today)05↑2900%MITPHPPHP ^8.5

Since Aug 25Pushed todayCompare

[ Source](https://github.com/survos/record-store-bundle)[ Packagist](https://packagist.org/packages/survos/record-store-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-record-store-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (10)Versions (3)Used By (0)

Survos Record Store Bundle
==========================

[](#survos-record-store-bundle)

Provider-neutral Symfony access to application-backed tables. The portable API addresses logical applications, tables, and fields; adapters translate them to provider-native resources.

The initial bundle includes a native Grist REST client and adapter. `survos/quickbase-bundle` provides the Quickbase adapter while retaining its complete provider-specific client.

Configuration
-------------

[](#configuration)

```
survos_record_store:
    connections:
        internal:
            driver: grist
            options:
                base_uri: '%env(GRIST_BASE_URI)%'
                token: '%env(GRIST_API_KEY)%'

    applications:
        contacts:
            connection: internal
            id: '%env(GRIST_CONTACTS_DOC_ID)%'
            tables:
                contacts:
                    id: Contacts
                    fields:
                        name: Name
                        email: Email
```

Quickbase connections use `driver: quickbase`; realm and token configuration remains in `survos_quickbase` for backward compatibility.

Read-only commands
------------------

[](#read-only-commands)

```
bin/console record-store:applications
bin/console record-store:schema contacts
bin/console record-store:query contacts.contacts --select=name,email --json
bin/console record-store:query contacts.contacts --filter='{"status":["Active"]}'
```

The generic query surface intentionally supports only equality-list filters, sorting, limits, and provider-supported offsets. Use `QuickbaseClientInterface` for native Quickbase expressions and `GristClientInterface` for Grist-native operations such as SQL.

Schema mutation, declarative blueprints, Contacts integration, and admin UI are deliberately deferred until the two-adapter contract is proven.

Local Grist demo
----------------

[](#local-grist-demo)

The `demo/` directory contains an isolated Grist Compose stack and a minimal Symfony console that boots this bundle directly from the mono checkout or a standalone package checkout. It is intended for adapter development, not deployment.

See `demo/README.md` for setup and the schema/query commands.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance100

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b39551f92ed4143772c622f9e571589c5a72c96ab3c53fe67489ce0d83e806?d=identicon)[tacman1123](/maintainers/tacman1123)

---

Top Contributors

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

---

Tags

symfonylow-coderecordsquickbasegrist

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/survos-record-store-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/survos-record-store-bundle/health.svg)](https://phpackages.com/packages/survos-record-store-bundle)
```

PHPackages © 2026

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