Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Contributing code

xaav edited this page Oct 2, 2011 · 22 revisions

Anyone is encouraged to help with this project. Please follow the Coding standards when contributing code.

Getting Started

To contribute code to the HelioPanel project, you will need to understand how to use Symfony2. Please see the official tutorial for more information on this.

Setting up your development environment

Developing for HelioPanel

HelioPanel uses a plugin-driven architecture to provide a powerful base for development. The base bundle, HelioNetworksHelioPanelBundle, provides extension points from which you can plug in to existing services. Other bundles may provide additional extension points, allowing you to reuse code throughout bundles.

Clone this wiki locally