Anton Kirilov a050d10624 Update the set of broken implementations (#10268) 1 month ago
..
app 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
config 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
deploy 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
language 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
routes 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
storage 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
.env 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
.gitignore 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
README.md 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
benchmark_config.json a050d10624 Update the set of broken implementations (#10268) 1 month ago
composer.json 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
config.toml 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
engineer 756600eaa2 Fomo framework for PHP (#9584) 9 months ago
fomo.dockerfile 756600eaa2 Fomo framework for PHP (#9584) 9 months ago

README.md

Introduction

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 more...

Fomo is very fast, simple and for use in large scale projects.

Original intention

Here's 3 reason why you should use Fomo:

  • Fomo is very simple (less to learn and train others on).
  • Fomo is very fast (uses fewer resources to do the same thing).
  • Fomo is another tool that developers can use to solve their complex problems in a simple way.

Documentation

https://fomo-framework.github.io/docs/