2017 © Pedro Peláez
 

library config

Ariadne Component Library: hierarchical configuration management Component

image

arc/config

Ariadne Component Library: hierarchical configuration management Component

  • Thursday, January 28, 2016
  • by Auke
  • Repository
  • 3 Watchers
  • 0 Stars
  • 192 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

A flexible component library for PHP

The Ariadne Component Library is a spinoff from the Ariadne Web Application Framework and Content Management System [ http://www.ariadne-cms.org/ ], (*2)

arc/config contains

  • config: a generic config class that allows you to override configuration properties by path.

Code example:, (*3)

    \arc\config::configure('color', 'blue');
    $color = \arc\config::cd('/parent/child/')->acquire('color');
    // => 'blue'

And:, (*4)

    \arc\config::cd('/parent/')->configure('color', 'red');
    $color = \arc\config::cd('/parent/child/')->acquire('color');
    // => 'red'

The Versions

28/01 2016

dev-master

9999999-dev https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: hierarchical configuration management Component

  Sources   Download

MIT

The Requires

 

The Development Requires

by Auke van Slooten

component components

28/01 2016

1.2.1

1.2.1.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: hierarchical configuration management Component

  Sources   Download

MIT

The Requires

 

The Development Requires

by Auke van Slooten

component components

28/01 2016

1.2

1.2.0.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: hierarchical configuration management Component

  Sources   Download

MIT

The Requires

 

The Development Requires

by Auke van Slooten

component components

26/06 2014

1.1

1.1.0.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

MIT

The Requires

 

by Auke van Slooten

component components

23/06 2014

1.0.2

1.0.2.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components

21/06 2014

1.0.1

1.0.1.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components

21/06 2014

1.0

1.0.0.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components