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

https://github.com/thecodingmachine/harmony-module-interface

The harmony-module-interface package contains interfaces to improve the integration of your project with Harmony.
https://github.com/thecodingmachine/harmony-module-interface

Last synced: 3 months ago
JSON representation

The harmony-module-interface package contains interfaces to improve the integration of your project with Harmony.

Awesome Lists containing this project

README

          

Harmony module interface
========================

Out of the box, Harmony is a nice UI interface to help you with your PHP projects. However, it does not bring
many features. In order to be completely useful, it should be able to analyze your project, and even better,
it should be able to detect DI containers (or service locators, ...) and inspect them.

For this to be possible, Harmony relies on modules. There are already modules existing for a set of
frameworks, and luckily, it is quite easy to write one.

Registering an Harmony module
-----------------------------

Harmony modules are registered in a `modules.php` file.
This file is a simple PHP file that returns an array of modules.

**modules.php**
```php