An open API service indexing awesome lists of open source software.

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.

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