{ "application_name" : "MyApp", "environment" : "development", "persistence":{ "adapter" : "mysql", "host" : "localhost", "name" : "yacs", "username" : "root", "password" : "" }, "routes": { "query" : { "default" : "posts", "posts" : { "processor" : "posts", "params" : {} }, "comments": { "processor" : "comments", "params" : {} } }, "request" : { "default": "posts", "posts" : { "processor" : "posts", "params" : {} }, "comments" : { "processor" : "comments", "params" : {} } } } }
info at phpclasses dot org