Go to file
Simon Vieille 75a126f3c7
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/deployment/deploy Pipeline failed Details
Merge branch 'develop'
2024-03-22 09:58:52 +01:00
.woodpecker fix ci 2024-03-22 09:58:49 +01:00
assets add bill categories 2023-04-09 17:56:15 +02:00
bin init 2022-03-06 17:51:10 +01:00
config add status update with mail 2023-04-10 16:47:59 +02:00
migrations init 2022-03-06 17:51:10 +01:00
public add bills and vendors 2023-04-08 17:47:43 +02:00
src fix issue with bill file renaming: remove / 2024-03-22 09:24:27 +01:00
templates upgrade murph 2023-11-03 16:19:28 +01:00
tests init 2022-03-06 17:51:10 +01:00
translations add fields 2022-05-17 22:19:51 +02:00
.env add bill categories 2023-04-09 17:56:15 +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 fields 2022-05-17 22:19:51 +02:00
.mage.yml.dist fix mage excluded files 2023-11-30 14:24:52 +01:00
.php-version add bills and vendors 2023-04-08 17:47:43 +02:00
CHANGELOG.md init 2022-03-06 17:51:10 +01:00
Makefile update mage conf 2022-04-19 21:15:45 +02:00
README.md add events and command to retrieve them using caldav calendars 2022-04-16 23:29:17 +02:00
UPGRADE.md init 2022-03-06 17:51:10 +01:00
composer.json update murph 2023-04-14 19:33:23 +02:00
package-lock.json update murph 2023-04-14 19:33:23 +02:00
package.json add bill categories 2023-04-09 17:56:15 +02:00
phpunit.xml.dist init 2022-03-06 17:51:10 +01:00
symfony.lock 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 bill categories 2023-04-09 17:56:15 +02:00

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