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.
- Host: GitHub
- URL: https://github.com/thecodingmachine/harmony-module-interface
- Owner: thecodingmachine
- Created: 2015-04-20T13:40:32.000Z (about 11 years ago)
- Default Branch: 1.0
- Last Pushed: 2015-07-15T10:49:33.000Z (almost 11 years ago)
- Last Synced: 2025-02-16T12:30:27.145Z (over 1 year ago)
- Language: PHP
- Size: 133 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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