# Murph Murph is an **open-source CMF** built on top of Symfony that helps you to **build your own CMS with several domains and languages**. It comes with: * A fully implemented and customizable **tree manager** ๐ŸŒณ * A **CRUD generator** โœ๏ธ * A global **settings manager** and a navigation settings manager โš™๏ธ * A **tasks manager** ๐Ÿงน * A basic **web analytics** ๐Ÿ“Š * **2FA authentication** ๐Ÿ”’ **Symfony developers will love build on Murph ๐Ÿงช** **End users will be fond of the interface and the powerful tools ๐Ÿ’œ** ๐Ÿ“— [Read the documentation](https://doc.murph-project.org/) ## Suivi ### Security ``` $ mkdir config/secrets $ openssl genrsa -out config/secrets/prod.private.key 4096 $ openssl rsa -in config/secrets/prod.private.key -out config/secrets/prod.public.key -pubout -outform PEM ```