2017 © Pedro Peláez
 

library lily

image

eclogue/lily

  • Monday, May 28, 2018
  • by superbogy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Lily

Lily is a yaml parser that support import .yaml file from submodule, (*1)

usage

composer require superbogy/Lily, (*2)

yaml :, (*3)


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

example:, (*4)

use Lily\Parser;

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

$data = $lily->run();

The Versions

28/05 2018

dev-master

9999999-dev

  Sources   Download

The Requires