https://github.com/thecodingmachine/harmony-mouf-module
This package is an Harmony module for the Mouf PHP framework.
https://github.com/thecodingmachine/harmony-mouf-module
Last synced: 8 months ago
JSON representation
This package is an Harmony module for the Mouf PHP framework.
- Host: GitHub
- URL: https://github.com/thecodingmachine/harmony-mouf-module
- Owner: thecodingmachine
- Created: 2015-04-21T08:56:05.000Z (about 11 years ago)
- Default Branch: 2.0
- Last Pushed: 2015-05-15T13:47:48.000Z (about 11 years ago)
- Last Synced: 2025-02-16T12:30:27.230Z (over 1 year ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mouf's Harmony module
=====================
This package contains a module that connects the Harmony user interface to the Mouf PHP framework.
Usage
-----
Include the package in your **composer.json**:
**composer.json**
```
{
"require": {
"harmony/mouf-module": "~2.0.0"
}
}
```
*Note*: the module version must match the version of Mouf you are using.
Now, create a **modules.php** file at the root of your package and instantiate
the Mouf module:
**modules.php**
```php