diff options
author | Valery Piashchynski <[email protected]> | 2021-09-10 15:21:06 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-10 15:21:06 +0300 |
commit | 8b70fb48b2b0a9451d9b82a17ac2f4cd8a1f561e (patch) | |
tree | 852cef5775c326f62dac96e8b1f80ef9b75962c2 /docs/integration/symlex.md | |
parent | 183d0ac682b57f285c9193492e50310046422184 (diff) |
Add docs folder
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'docs/integration/symlex.md')
-rw-r--r-- | docs/integration/symlex.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/integration/symlex.md b/docs/integration/symlex.md new file mode 100644 index 00000000..af7dfd2d --- /dev/null +++ b/docs/integration/symlex.md @@ -0,0 +1,13 @@ +# Symlex Framework + +> Attention, these set of integrations is currently available for v1.* of RoadRunner. + +[Symlex](https://symlex.org/) is a lean framework stack for agile Web development based on Symfony and Vuetify. +RoadRunner is used as default application server since version 4.4.0. The GitHub repository contains everything to get you started: + +[github.com/symlex/symlex](https://github.com/symlex/symlex) + +Simply delete what you don't need. +Since its initial release in 2014, it has proven to be well suited for rapidly building microservices, CLI and single-page applications. It comes complete with working examples from testing to forms and database abstraction. + +As published by [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/symlex/4.1), REST requests are more than 40% faster compared to other common PHP frameworks. |