Ode to Agavi

Closing into the 14 day rush to the next Icinga release 0.8.2, we had a moment to reflect on our coding madness. As a developer, the one thing that makes such work easier is the choice of a good framework. And that is why we take our hats off to our trusty Agavi framework.

Why Agavi? It was no hard choice. As an open source, PHP 5, object oriented framework, it met all our web interface needs.

Thanks to its very strict Model-view-controller architectural pattern, we have very clean, testable and easily extensible code. By separating user input from application actions and from the interface view, there is much less complexity in the design architecture which leads to greater flexibility and easier extension. Less complexity and not to mention PHP open Icinga to a much larger developer community.

Extensibility is also built in through its modular structure which is perfect for all the Icinga addons that will no doubt come in time. Addons can be easily integrated into the frontend, added on as modules.

Icinga Web Architecture – a home for an Addon

Icinga Web Architecture – a home for an Addon

Unlike other frameworks which restrict which components can be used, Agavi is highly flexible and leaves most implementation choices the developer. So at the end of the day we have complete control over the code. It’s independence from database abstractions and multi-language support further enhances to Icinga’s flexibility, making it accessible to diverse users.

As Agavi is an active project, we trust it can only get better. Most recently, Agavi’s improvements to its build system and its integration of the Phing (Phing is not GNU make) makes coding that bit faster. And if you notice that ever ticking counter on the right, you would understand why.

  • Share/Bookmark

4 Responses to “Ode to Agavi”


  • Well, thank you :) Good to know that you’re happy with agavi.

  • I made a meta review of the reviews of php frameworks I can see via google (about teh first 20-50 result pages, using various key words) and also looked into the code of soem of them (but not agavi).

    From that, it seems to me that yii framework is curently the best php5 web application framework (I have no links to the yii people). It includes also the blessings you mention for agavi. So may be, before you lock yoursefl too much in Agavi, you also may want to have a look at yii (See http://www.yiiframework.com/ ).

    If not, it may also be interesting to learn the parts where you prefer agavi to yii ?

    HTH
    Kai

    • Hello Kai,

      thanks for your comment.

      We tested several frameworks before starting the development but I have to admit that Yii wasn’t one of them since we didn’t know it until you posted.

      I think, we made a good choice so far.

      Regards

      Christian

  • Cool, I’m glad that you’re using Agavi too! We’re currently working on a project that is somewhat similar to your project, and we’ve chosen Agavi for the exact reasons that you have described here.

    Huomenta! =)

Leave a Reply