Maravel Micro-Framework Documentation 20.x
You can find the online version of the Maravel documentation at https://macropay-solutions.github.io/maravel-docs
Please consult the wiki pages also:
Disclaimer
As all documentations, this documentation is naturally decoupled from the code (which is the single source of truth).
Always look at the code for accurate logic:
Contribution Guidelines
If you are submitting documentation for the current stable release, submit it to the corresponding branch. For example, documentation for Maravel 10 would be submitted to the 10.x branch.
Maravel should be run ONLY on a share-nothing server!
Maravel is heavily optimized for traditional, stateless PHP-FPM environments. Do not use stateful, long-running application servers like Laravel Octane, Swoole, or RoadRunner. See the Routing Documentation for critical security and architectural details.