Remix.run Logo
Show HN: PhpEZ – A tiny PHP framework for shared LAMP hosting(github.com)
10 points by qcfe a day ago | 2 comments

I needed to make a tiny webapp backend to upload to shared LAMP hosting (they still exist, and I think they're fun despite us being well beyond 2005), but I couldn't face waiting for FTP to sync down however thousands files Laravel or similar frameworks need.

So I made a tiny PHP framework that gets packaged into a single file.

I'm using it for my own shady purposes, but I decided to put it on GitHub in case anyone else finds the approach useful.

It has typed request/response handling, filesystem-based routing, object serialization, database models/schema generation, and a little schema alignment tool. It has no Composer dependencies.

It's very much a tiny thing, but if anyone wants to try it and tell me where it breaks, I'd appreciate it :)

bogdan0x a day ago | parent | next [-]

Thanks for sharing. I will give it a try, even if I don't use PHP lately.

sliqqq a day ago | parent | prev [-]

haha, take my upvote just for the sex.php alone ;)