[ANN] Aquarius, a PHP app framework for Gemini CGI

Andy Green andy at andygrn.co.uk
Sun Nov 15 14:35:34 GMT 2020


Hi folks,

Speaking as a jaded web developer, Gemini is truly a delight. I thought 
I'd contribute Aquarius, a PHP framework for creating CGI 'apps'.

Featuring:

* Simple header/body response model, with 'middleware' capability.
* Regex routing, with optional named or unnamed parameters.
* Automatic $_SESSION linking to client certificates (requires 
TLS_CLIENT_HASH env).
* Everything in a single file.

Essentially boring boilerplate, so you can concentrate on building the 
fun stuff!

More info at https://github.com/andygrn/aquarius

...or see a small example app running at 
gemini://andygrn.co.uk/apps/aquarius


More information about the Gemini mailing list