You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Simon Vieille df752e54f0 Merge branch 'develop' 1 month ago
assets add internal directory 9 months ago
bin init 1 year ago
config upgrade murph 3 months ago
migrations init 1 year ago
public upgrade murph 11 months ago
src upgrade murph 3 months ago
templates fix typo 9 months ago
tests init 1 year ago
translations add fields 11 months ago
.env add conferences, debriefings, projects, theme types, establishment groups 12 months ago
.env.test init 1 year ago
.eslintrc.json init 1 year ago
.gitignore add fields 11 months ago
.mage.yml update mage conf 11 months ago
.php-version init 1 year ago
CHANGELOG.md init 1 year ago
Makefile update mage conf 11 months ago
README.md add events and command to retrieve them using caldav calendars 12 months ago
UPGRADE.md init 1 year ago
composer.json update murph version 1 month ago
package-lock.json init 1 year ago
package.json add internal directory 9 months ago
phpunit.xml.dist init 1 year ago
symfony.lock init 1 year ago
webpack.config.js add debriefing front page 12 months ago
yarn.lock add internal directory 9 months ago

README.md

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