Navigation Menu

Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giveit-deploy committed Nov 21, 2012
1 parent ca9e5a9 commit 6a3937d
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md 100644 → 100755
@@ -1,2 +1,20 @@
Config
======
This is a flexible config class.

The objective of this Config handler is to be able to read and write
configuration in a predictable, standard manner from a variety of formats.

Formats include:

* YAML
* JSON
* XML
* Arrays
* Redis
* DB (using PDO)
* Command line (using CLI arguments)

Config, once parsed, is represented in a namespaced fashion like so:

server:db:host => localhost
server:db:db => my_database

0 comments on commit 6a3937d

Please sign in to comment.