tgrj / tweb_full
class-less micro php framework
Requires
- php: ^7.0|^8.0
- tgrj/tweb_autoloader: ^1.0
- tgrj/tweb_config: ^1.0
- tgrj/tweb_cookies: ^1.0
- tgrj/tweb_db: ^1.0
- tgrj/tweb_logger: ^1.0
- tgrj/tweb_view: ^1.0
Requires (Dev)
- phpunit/phpunit: ^12.0
- tgrj/tweb_cli: ^1.0
This package is auto-updated.
Last update: 2026-03-12 22:53:14 UTC
README
class-less micro php framework
tweb_full
This is a metapackage for my class-less micro PHP framework with all the packages I thought could be useful for developing a website.
The initial idea was that I really like noodlehaus/disptach for easy creating routes for your web project. Unlike most other frameworks it works without classes and provides the functions in "root" without a namespace. Some people might not like it and maybe there can be situations where it might ... well, not be good. I am just an amateur. What do I know. I just like the simplicity of dispatch.
I wanted some kind of very basic micro framework in a similar manner. That's why I started coding certain modules, which will provide certain functions to do some basic stuff for web development. At least the kind of web development how I imagine it.
Maybe there are other people around, who like this kind of workflow and code structure approach. Feel free to use this framework.
Usage
So far I am too lazy to provide good docs. You should look at the README's of the modules to see what it can do and how to use it, or so. Sorry, if I missed some README. Feel free to start a new issue and I might explain it and update the README. Depending on how this project might grow, I might consider starting a solid doc.
AI
I am somehow against vibe coding. Please do not create issues or pull requests with the help of AI. Thank you!