๐พ Archived View for gemi.dev โบ gemini-mailing-list โบ 000472.gmi captured on 2024-05-26 at 16:00:56. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-12-28)
-=-=-=-=-=-=-
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:
> 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. Well done! I started learning Lumen/Laravel a couple of months before I stumbled into geminispace. Been wondering if it would be long before app frameworks would be available for gemini :D Cheers, ew0k
> Well done! > > I started learning Lumen/Laravel a couple of months before I stumbled > into geminispace. Been wondering if it would be long before app > frameworks would be available for gemini :D Thanks! PHP and CGI are old friends, you can get a lot out of a small library like this. I'm not aspiring to Laravel (or even Lumen) levels of complexity, there's enough of that in my day job :D
---
Previous Thread: A question regarding section 1.2 of the spec