Murph is an open-source CMF built on top of Symfony that helps you to build your own CMS with several domains and languages. https://doc.murph-project.org/
Go to file
Simon Vieille 79d549254f
ci/woodpecker/push/woodpecker/2 Pipeline was successful Details
ci/woodpecker/push/woodpecker/1 Pipeline was successful Details
Merge branch 'develop'
2024-03-25 16:00:53 +01:00
assets use murph/murph-core instead of the core directory 2022-03-13 21:12:20 +01:00
bin add chdir in the console entrypoint 2023-07-20 09:21:17 +02:00
config apply consensus as access decision manager strategy 2024-03-25 16:00:51 +01:00
migrations update gitignore 2022-03-01 13:34:08 +01:00
public feat(update): apply recipes:update symfony/framework-bundle 2023-01-08 19:20:22 +01:00
src add default voter 2024-03-25 15:46:53 +01:00
templates add user admin controller and simples views in default files 2023-07-19 21:24:15 +02:00
tests feat(test): apply new recipe for phpunit 2023-01-08 19:09:12 +01:00
translations init of Murph 2021-03-24 12:27:07 +01:00
.env feat(update): apply recipes:update symfony/mailer 2023-01-08 19:18:18 +01:00
.env.test feat(test): add database for tests 2023-01-08 19:06:56 +01:00
.eslintrc.json add linter and apply linter 2021-06-15 14:16:07 +02:00
.gitignore feat(test): apply new recipe for phpunit 2023-01-08 19:09:12 +01:00
.php-version add mobile and desktop views 2022-02-25 15:15:09 +01:00
.woodpecker.yml update woodpecker ci base file 2023-09-07 14:10:26 +02:00
CHANGELOG.md release v1.23.0 2023-11-01 16:34:54 +01:00
Makefile fix missing envvar in makefile (npm) 2022-04-20 15:27:29 +02:00
README.md fix typo 2022-03-06 21:39:36 +01:00
SECURITY.md add security policy 2022-04-22 15:29:05 +02:00
UPGRADE.md add documentation 2022-11-19 20:35:30 +01:00
composer.json update murph 2023-11-01 16:33:44 +01:00
package-lock.json add linter and apply linter 2021-06-15 14:16:07 +02:00
package.json add encore from node_modules in npm scripts 2022-11-19 19:18:08 +01:00
phpunit.xml.dist feat(test): apply new recipe for phpunit 2023-01-08 19:09:12 +01:00
symfony.lock feat(update): apply recipes:update scheb/2fa-bundle 2023-01-08 19:27:58 +01:00
webpack.config.js feat(update): apply recipes:update symfony/webpack-encore-bundle 2023-01-08 19:26:29 +01:00
yarn.lock feat(upgrade): yarn lock 2023-01-25 20:55:14 +01: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