A lightweight key/value store implementation in PHP, which you can attach to any persistent storage. Works with MySql or MariaDB, so you can run on shared hosting or as a containerised app. The application management is available entirely via simple REST APIs. There's no user interface.
composer install
public/
is the application's root directory.
Docs in openapi.yaml.
Apache is recommended due to its use of URL rewriting.