almhdy24 / gp-fdb-php
General-Purpose Flat-File Database (GP-FDB) – PHP 8.4+ implementation
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/almhdy24/gp-fdb-php
Requires
- php: >=8.4
This package is auto-updated.
Last update: 2026-01-02 11:17:22 UTC
README
Official PHP 8.4+ implementation of the GP-FDB embedded database engine.
This repository follows the language-independent specification: https://github.com/almhdy24/gp-fdb
Requirements
- PHP 8.4+
Features
- Document store
- Field indexes
- Full-text search
- Range indexes
- WAL (ACID-lite)
Status
Engine-level reference port