2017 © Pedro Peláez
 

library configurator

Initial system DI container generator for ADT.

image

adt/configurator

Initial system DI container generator for ADT.

  • Monday, June 18, 2018
  • by michallohnisky
  • Repository
  • 7 Watchers
  • 0 Stars
  • 2,192 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 29 % Grown

The README.md

ADT\Configurator

Extended nette/configurator., (*1)

Installation

composer require adt/configurator

Usage

$configurator = new Configurator();

$configurator->loadEnv(__DIR__ . '/..', ['.env.common']);

// Uncomment line below to create hash for new developer.
// ADT\Configurator::newDeveloper('JohnDoe');
$configurator
    ->addDeveloper(json_decode($_ENV['NETTE_DEVELOPERS'], true))
    ->setDebugMode((bool) $_ENV['NETTE_DEBUG']);

$configurator
    ->setConfigDirectory(__DIR__ . '/config')
    ->addConfig('common')
    ->addConfig('interface/' . php_sapi_name())
    ->addConfig('stage/' . $_ENV['STAGE'])
    ->addConfig(explode(',', $_ENV['NETTE_ENV']))
    ->addConfig(Configurator::isCli() && Configurator::get('country') ? 'cli-country' : null)
    ->addConfig(Configurator::get('country') ? 'env/' . $_ENV['STAGE'] . '-' . Configurator::get('country') : null)
    ->addConfig($_ENV['NETTE_TEST'] ? 'test' : null);

The Versions

18/06 2018

dev-master

9999999-dev http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

18/06 2018

v2.2

2.2.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

04/03 2018

v1.3

1.3.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

04/03 2018

v2.1

2.1.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

19/02 2018

v2.0

2.0.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

31/10 2017

v1.2.2

1.2.2.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

30/10 2017

v1.2.1

1.2.1.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

20/07 2017

v1.2

1.2.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

11/07 2017

v1.1

1.1.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

31/05 2017

v0.4.3

0.4.3.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

31/05 2017

v1.0

1.0.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

30/05 2017

v0.4.2

0.4.2.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

04/10 2016

v0.4.1

0.4.1.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

16/09 2016

v0.4

0.4.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

29/01 2016

v0.3

0.3.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

06/01 2016

v0.2

0.2.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

05/01 2016

v0.1

0.1.0.0 http://appsdevteam.com

Initial system DI container generator for ADT.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires