PHPackages                             jcambien/kengai - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. jcambien/kengai

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

jcambien/kengai
===============

Configuration tool for your PHP applications

1.1.3(11y ago)192411MITPHPPHP &gt;=5.3.0

Since Nov 8Pushed 11y ago3 watchersCompare

[ Source](https://github.com/jcambien/kengai)[ Packagist](https://packagist.org/packages/jcambien/kengai)[ Docs](http://kengai.github.com)[ RSS](/packages/jcambien-kengai/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (9)Used By (0)

Kengai
======

[](#kengai)

[![Kengai](https://camo.githubusercontent.com/b575e560871924f99be9e72d9b2a8a31ff89442c1e501c02ee915f4323707f3f/68747470733a2f2f7261772e6769746875622e636f6d2f6a63616d6269656e2f6b656e6761692f6d61737465722f6b656e6761692e706e67)](https://camo.githubusercontent.com/b575e560871924f99be9e72d9b2a8a31ff89442c1e501c02ee915f4323707f3f/68747470733a2f2f7261772e6769746875622e636f6d2f6a63616d6269656e2f6b656e6761692f6d61737465722f6b656e6761692e706e67)

Kengai is a simple but powerful configuration tool for your PHP applications. Anybody is welcome to help and contribute to this project.

About this project
------------------

[](#about-this-project)

The idea is simple :

- Manage configurations from any formats with a tree structure (YAML, JSON, INI, etc.) in a simple and optimized way.
- All data are stored in a common tree ordered by namespaces.
- The possibility to use any cache system (like APC).
- Event system for advanced use cases, powered by the Symfony 2 event dispatcher component.

Basics
------

[](#basics)

Here is a example of a basic usage:

```
