jahudka / porm
Yet another PHP ORM
v0.0.50
2021-08-06 15:18 UTC
Requires
- php: ~7.2
- nette/tokenizer: ^2.3
Requires (Dev)
- nette/di: ^2.4
- nette/robot-loader: ^3.0
- symfony/console: ^4.0
- tracy/tracy: ^2.4
This package is auto-updated.
Last update: 2026-06-07 01:35:47 UTC
README
PORM exists for one reason and one reason only: I'm very much used to working with a high-level OO library when programming sh*t, but recently I started working on a project which was backed by a Firebird database and for reasons beyond me (or the scope of this document) the taskmaster refused to switch to something sensible. But no decent ORM that I know of supports Firebird (and with good reason). So I ended up rolling my own.
Please do not expect any kind of support or documentation because I suck.