tgrj / tweb_adapter_rb
RedBeans implementation into tweb framework
v1.1.0
2026-03-28 07:10 UTC
Requires
- php: ^7.0|^8.0
- gabordemooij/redbean: ^5.7
- noodlehaus/dispatch: ^11.0
- tgrj/tweb_config: ^1.1
Requires (Dev)
- phpunit/phpunit: ^12.0
README
RedBeans implementation into tweb framework
About
Since with my microframework tweb I did not want to stick to a specific database system on core level, I created this modul, which will basically somehow implement RedBeans into a project.
Maybe this is not the best way (not a best praxis), but it is a way, that works for me and my projects.
This modul will also require noodlehaus/dispatch and use it to implement RedBeans in the middleware (db connection).