Fomo is a web application framework based.
We tried to implement FOMO in the simplest possible way so that anyone can use it.
Fomo supports the following:
- Simple, fast routing engine.
- Processing work in the background
- Queued job processing,and....
Fomo is very fast, simple and for use in large scales (Of course, it still has flaws 😁)
The process to build to this documentation site is very simple and straightforward. First you'll need to make sure composer
is installed and run composer install
to install the dependencies.
Any new changes to content can be edited in the content.md
file. After you have updated the content, you need to run php build_docs.php
to generate the new index.html
file. You can then open the index.html
file in your browser to see the changes.
Thank you for considering contributing to the Fomo framework! The contribution guide can be found in the Fomo documentation.
We will be happy If you discover any security vulnerabilities or any other issues, please send an email to Amir at [[email protected]]. All defects will be fixed quickly.
The Fomo framework is open-sourced software licensed under the MIT license.