tgrj / tweb_adapter_rb
RedBeans implementation into tweb framework
v2.4.0
2026-03-30 20:14 UTC
Requires
- php: ^7.0|^8.0
- gabordemooij/redbean: ^5.7
- tgrj/tweb_config: ^1.3
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.
Usage
This module implements the functions needed by the tweb_auth module:
- tweb_auth_token_remove()
- tweb_auth_token_store()
- tweb_auth_user_from_token()
- tweb_auth_verify()