Skip to content

eclogue/Lily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lily

Lily is a yaml parser that support import .yaml file from submodule

usage

composer require superbogy/Lily

yaml :

parameters:
  $ref: ./paramters/index.yaml
paths:
  $ref: ./routers/index.yaml
definitions:
  $ref: ./definitions/index.yaml

example:

use Lily\Parser;

$root = ROOT;
$lily = new Parser($root, $entry);

$data = $lily->run();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages