mvccore/ext-config-yaml

MvcCore - Extension - Config - YAML - extension to have YAML configuration files syntax.

Installs: 27

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/mvccore/ext-config-yaml

v5.3.0 2024-11-21 15:00 UTC

This package is auto-updated.

Last update: 2025-09-21 17:37:53 UTC


README

Latest Stable Version License PHP Version

Yaml configuration files syntax.

Installation

composer require mvccore/ext-config-yaml

Usage

Add this to Bootstrap.php or to very application beginning:

\MvcCore\Ext\Auth::GetInstance()->SetConfigClass('MvcCore\Ext\Configs\Yaml');