PHPackages                             honeybee/agavi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. honeybee/agavi

ActiveLibrary[Framework](/categories/framework)

honeybee/agavi
==============

Agavi is a full-featured MVC-style framework for PHP5 with a strong focus on structure, code reusability and flexibility.

1.2.0rc3(2y ago)31.4k1[1 issues](https://github.com/honeybee/agavi/issues)1LGPL-2.1+PHPPHP &gt;=8.0

Since Jul 30Pushed 2y ago6 watchersCompare

[ Source](https://github.com/honeybee/agavi)[ Packagist](https://packagist.org/packages/honeybee/agavi)[ Docs](http://agavi.org)[ RSS](/packages/honeybee-agavi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (22)Used By (1)

Agavi
=====

[](#agavi)

- License: LGPL
- Latest Version: [![Latest Stable Version](https://camo.githubusercontent.com/414721d38d19a30a7257b84794eb9fbe757ac6319d08fe0ef8114daa13ec9213/68747470733a2f2f706f7365722e707567782e6f72672f61676176692f61676176692f76657273696f6e2e706e67)](https://packagist.org/packages/agavi/agavi)
- Build: [![Build Status](https://camo.githubusercontent.com/05aed0a7cbfcc006e9c2d5e10dd0ab0f9c3713025b331c8a8825e704de36a355/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f61676176692f61676176692e706e67)](http://travis-ci.org/agavi/agavi)
- Homepage:
- Releases: see [downloads page](http://www.agavi.org/download) or [github releases](https://github.com/agavi/agavi/releases)

Purpose
-------

[](#purpose)

Agavi is a *powerful, scalable PHP5 application framework* that follows the MVC paradigm. It enables developers to write clean, maintainable and extensible code. Agavi puts choice and freedom over limiting conventions, and focuses on sustained quality rather than short-sighted decisions.

Agavi is designed for serious development. It is not a complete website construction kit but rather a skeleton over which you build your application. The architecture of Agavi allows developers to retain very fine control over their code.

Agavi strives to leave most implementational choices to the developers. Agavi's components are inherently extensible, and the framework itself is designed around a XML-based configuration system that provides a very flexible environment.

The framework works for almost all kinds of applications but excels most in large codebases, long-term projects, extreme cases of integration and other special situations. Creating an application that is accessible not only as a standard web application but also via a commandline interface or standards like HTTP, SOAP or even XML-RPC is a perfectly valid use case.

Requirements and installation
-----------------------------

[](#requirements-and-installation)

- PHP v5.2.0+ (recommended is 5.2.8 or higher)
- required: `libxml`, `dom`, `SPL`, `Reflection` and `PCRE`
- optional: `xsl`, `tokenizer`, `session`, `xmlrpc`, `soap`, `PDO`, `iconv`, `gettext`, `phing`

See the [installation guide](http://www.agavi.org/documentation/tutorial/agavi-installation.html)in the tutorial for some details. Installation via [Composer](http://getcomposer.org/)/[Packagist](http://packagist.com/)and git clone is not mentioned there, but available by typing `composer require agavi/agavi [optional version]`. Adding Agavi manually as a vendor library requirement to the `composer.json` file of your project works as well:

```
{
    "require": {
        "agavi/agavi": "~1.0.0"
    }
}
```

Alternatively, you can download a release archive from the [github releases](https://github.com/agavi/agavi/releases)page and extract it or see the [downloads page](http://www.agavi.org/download) on the homepage.

Documentation
-------------

[](#documentation)

An introduction into Agavi can be found in form of a [tutorial](http://www.agavi.org/documentation/tutorial)for a blog application. There are [API docs](http://www.agavi.org/apidocs/)and an [official FAQ](https://github.com/agavi/agavi/wiki/FAQ) as well as slightly outdated [WTF](https://github.com/agavi/agavi/wiki/WTF)and [blog](http://blog.agavi.org/). A [useful FAQ for developers](http://mivesto.de/agavi/agavi-faq.html)may help with common questions while browsing the [source files](src) with their docs is always an option.

Support
-------

[](#support)

To get support have a look at the [support page](http://www.agavi.org/support) on the homepage. There are mailing lists to join and a helpful [freenode IRC channel](https://github.com/agavi/agavi/wiki/IRC)named `#agavi` to get you up to speed (`irc://irc.freenode.org/agavi`). The [IRC channel logs](http://www.agavi.org/irclogs/) are available for the curious that are interested in past conversations.

Contribution
------------

[](#contribution)

Discussing issues on the mailing lists or in github issues as well as talking about problems and features in the IRC channel is always of good help to everyone. If you want to do more please contribute by [forking](https://help.github.com/forking/)and sending a [pull request](https://help.github.com/pull-requests/). More information can be found in the [CONTRIBUTING.md](CONTRIBUTING.md) file.

Changelog
---------

[](#changelog)

See the latest changes in the [repository CHANGELOG](CHANGELOG) or on the [homepage](http://www.agavi.org/download/1.0.7/changelog). The [1.0 release notes](RELEASE_NOTES-1.0) or [upcoming release notes](RELEASE_NOTES)may be helpful as well.

License
-------

[](#license)

Agavi is licensed under the [LGPL 2.1](https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License). See the [Open Source Initiative](http://opensource.org/licenses/LGPL-2.1)and [this FAQ entry](https://github.com/agavi/agavi/wiki/FAQ#wiki-can-i-use-agavi-in-a-proprietary-commercial-application)for details. All relevant licenses and details can be found in the [LICENSE](LICENSE) file.

- Total Composer downloads: [![Composer Downloads](https://camo.githubusercontent.com/fa8e169341fb475dc14b7054c3b9601c66410383ff488fcc33156632b83b395c/68747470733a2f2f706f7365722e707567782e6f72672f61676176692f61676176692f642f746f74616c2e706e67)](https://packagist.org/packages/agavi/agavi)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community27

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 61.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~207 days

Recently: every ~299 days

Total

15

Last Release

1076d ago

PHP version history (3 changes)1.0.8PHP &gt;=5.2.0

1.2.0rc1PHP &gt;=7.4

1.2.0rc3PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfca9866790a54b54ae14996dfad19438332d0167633206a22d5df1cfd14558d?d=identicon)[shrink0r](/maintainers/shrink0r)

![](https://www.gravatar.com/avatar/88ca3c7aa7051202485dde1d44c952960d66247d25cd94a4ca08f19a0858e605?d=identicon)[graste](/maintainers/graste)

![](https://www.gravatar.com/avatar/cfd8067a48429509afed9e9e36d51b8d5bfecd208fe9672ef7fc4a354ea7541b?d=identicon)[MrHash](/maintainers/MrHash)

---

Top Contributors

[![dzuelke](https://avatars.githubusercontent.com/u/27900?v=4)](https://github.com/dzuelke "dzuelke (2838 commits)")[![ddelbondio](https://avatars.githubusercontent.com/u/180071?v=4)](https://github.com/ddelbondio "ddelbondio (767 commits)")[![Xylakant](https://avatars.githubusercontent.com/u/337823?v=4)](https://github.com/Xylakant "Xylakant (427 commits)")[![impl](https://avatars.githubusercontent.com/u/41129?v=4)](https://github.com/impl "impl (139 commits)")[![agile](https://avatars.githubusercontent.com/u/249?v=4)](https://github.com/agile "agile (129 commits)")[![v-dogg](https://avatars.githubusercontent.com/u/456331?v=4)](https://github.com/v-dogg "v-dogg (115 commits)")[![bobzoller](https://avatars.githubusercontent.com/u/16850?v=4)](https://github.com/bobzoller "bobzoller (96 commits)")[![thomasbachem](https://avatars.githubusercontent.com/u/231538?v=4)](https://github.com/thomasbachem "thomasbachem (46 commits)")[![graste](https://avatars.githubusercontent.com/u/203540?v=4)](https://github.com/graste "graste (18 commits)")[![umesecke](https://avatars.githubusercontent.com/u/36171?v=4)](https://github.com/umesecke "umesecke (14 commits)")[![aeytom](https://avatars.githubusercontent.com/u/1958251?v=4)](https://github.com/aeytom "aeytom (12 commits)")[![Pictor13](https://avatars.githubusercontent.com/u/6748874?v=4)](https://github.com/Pictor13 "Pictor13 (9 commits)")[![raelik](https://avatars.githubusercontent.com/u/53844?v=4)](https://github.com/raelik "raelik (6 commits)")[![MrHash](https://avatars.githubusercontent.com/u/390925?v=4)](https://github.com/MrHash "MrHash (4 commits)")[![boerngen-schmidt](https://avatars.githubusercontent.com/u/245062?v=4)](https://github.com/boerngen-schmidt "boerngen-schmidt (2 commits)")[![armezit](https://avatars.githubusercontent.com/u/2006991?v=4)](https://github.com/armezit "armezit (2 commits)")[![bmatheny](https://avatars.githubusercontent.com/u/162694?v=4)](https://github.com/bmatheny "bmatheny (1 commits)")[![saracen](https://avatars.githubusercontent.com/u/195668?v=4)](https://github.com/saracen "saracen (1 commits)")[![pelim](https://avatars.githubusercontent.com/u/624330?v=4)](https://github.com/pelim "pelim (1 commits)")[![johnutzm](https://avatars.githubusercontent.com/u/422282?v=4)](https://github.com/johnutzm "johnutzm (1 commits)")

---

Tags

frameworkmvc

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/honeybee-agavi/health.svg)

```
[![Health](https://phpackages.com/badges/honeybee-agavi/health.svg)](https://phpackages.com/packages/honeybee-agavi)
```

###  Alternatives

[agavi/agavi

Agavi is a full-featured MVC-style framework for PHP5 with a strong focus on structure, code reusability and flexibility.

104169.8k](/packages/agavi-agavi)[xsanisty/slim-starter

Slim Framework in MVC environment with Eloquent as database provider and Twig as template engine

2852.1k](/packages/xsanisty-slim-starter)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1101.2k](/packages/abydahana-aksara)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
