4. Creating An Extension

4.1. Dependencies

PhpZone is based on Symfony components without rapid custom modifications. All these dependencies are automatically downloaded via Composer. Thanks to that it is easily possible to create own extensions just by following official a documentation of Symfony components.

Dependencies:

Symfony Config symfony/config ~2.3
Symfony Console symfony/console ~2.3
Symfony Debug symfony/debug ~2.3
Symfony DependencyInjection symfony/dependency-injection ~2.3
Symfony EventDispatcher symfony/event-dispatcher ~2.3
Symfony Yaml symfony/yaml ~2.3

More information coming soon...