- PHP 8.3+, PSR-12, Composer (PSR-4)
- Config via
.env; no hard-coded secrets - Registration toggle:
BBJ_ALLOW_REGISTER=true|false - Index caching (counts + updated):
storage/cache/index_meta.jsonwith TTLBBJ_INDEX_CACHE_TTL
cp .env.example .env
composer install
php -S 0.0.0.0:8080 -t .- Toggle edit/delete:
BBJ_ALLOW_DELETE=true|false(default true)