Skip to content

A simple parser for yaml application zend framework file in ruby

Notifications You must be signed in to change notification settings

bastiendonjon/zendConfigYaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

zendConfigYaml

A simple parser for yaml application zend framework 1.12 file in ruby.

Gem file to Loading/Parsing yaml file and merge section for extend configurations.

Exemple:

require 'zendConfigYaml'
require 'pp'
yml = ZendConfigYaml.load('configs/application.yml', 'development')
pp yml

Arguments:

  • filePath: (string) path to yaml file
  • section: (string) section name for get values

Result: A hash containing a section extended with another potential section

About

A simple parser for yaml application zend framework file in ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages