Go to file
2022-04-19 21:15:45 +02:00
assets add calendar loader 2022-04-18 17:44:20 +02:00
bin init 2022-03-06 17:51:10 +01:00
config add debriefing front page 2022-04-18 14:22:26 +02:00
migrations init 2022-03-06 17:51:10 +01:00
public backports murph-core 2022-03-14 10:43:56 +01:00
src add caldav:sync murph task 2022-04-19 21:13:28 +02:00
templates add pdf export 2022-04-18 15:36:24 +02:00
tests init 2022-03-06 17:51:10 +01:00
translations update translations 2022-04-17 17:33:30 +02:00
.env add conferences, debriefings, projects, theme types, establishment groups 2022-04-15 16:45:58 +02:00
.env.test init 2022-03-06 17:51:10 +01:00
.eslintrc.json init 2022-03-06 17:51:10 +01:00
.gitignore add events and command to retrieve them using caldav calendars 2022-04-16 23:29:17 +02:00
.mage.yml update mage conf 2022-04-19 21:15:45 +02:00
.php-version init 2022-03-06 17:51:10 +01:00
CHANGELOG.md init 2022-03-06 17:51:10 +01:00
composer.json add pdf export 2022-04-18 15:32:20 +02:00
Makefile update mage conf 2022-04-19 21:15:45 +02:00
package-lock.json init 2022-03-06 17:51:10 +01:00
package.json add calendar in dashboard 2022-04-17 16:38:18 +02:00
phpunit.xml.dist init 2022-03-06 17:51:10 +01:00
README.md add events and command to retrieve them using caldav calendars 2022-04-16 23:29:17 +02:00
symfony.lock init 2022-03-06 17:51:10 +01:00
UPGRADE.md init 2022-03-06 17:51:10 +01:00
webpack.config.js add debriefing front page 2022-04-18 14:22:26 +02:00
yarn.lock add calendar in dashboard 2022-04-17 16:38:18 +02:00

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

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