mouf / integration.drupal.druplash
This module provides a MVC framework, right into Drupal, based on the Splash MVC framework (designed for Mouf-PHP).
Installs: 25 069
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 9
Open Issues: 1
Type:drupal-module
Requires
- php: >=5.3.0
- composer/installers: *
- mouf/html.template.templateinterface: ~2.1
- mouf/html.utils.weblibrarymanager: ~3.0
- mouf/integration.drupal.druplash-drupalmodule: 7.0.*
- mouf/mvc.splash-common: ~5.0
- mouf/security.rightsservice: ~2.0
- mouf/security.rightsservice-splash: ~4.0
- mouf/utils.session.session-manager: ~2.0
Provides
README
Druplash is a MVC framework for Drupal. It is actually an adaptation of Mouf's Splash MVC framework. If you have a project developed with Splash, you can completely reuse your code, right into a Drupal installation.
To get started, you first need to set up your environment.
Install
composer require mouf/integration.drupal.druplash ^8.0
Your packages are downloaded? Have a quick look at the installation guide.
Then, check the tutorial and learn how to create a controller, right inside your Drupal website!