sergeil / Vobla

NON PRODUCTION READY YET | A fully-fledged dependency injection container for PHP5.3+

Home Page:http://vobla-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Vobla ?

Vobla is a fully-fledged Dependency Injection container that sits on top of PHP5.3+. It has very powerful and yet very extensible architecture that is based on composition idea rather than inheritance counterpart. In Vobla you have three ways to define your services:

  • Annotations
  • XML
  • Plain PHP

The most important thing about Vobla is that its architecture was designed according to the real word requirements and new features are added whenever there's a need - in other words, Vobla's architecture and the source code is not bloated with questionable features implementations. To read more about features and how-to use the wiki - https://github.com/sergeil/Vobla/wiki.

About

NON PRODUCTION READY YET | A fully-fledged dependency injection container for PHP5.3+

http://vobla-project.org

License:MIT License


Languages

Language:PHP 99.9%Language:Shell 0.1%