2017 © Pedro Peláez
 

library registry

Registry library

image

halimonalexander/registry

Registry library

  • Sunday, June 10, 2018
  • by halimonalexander
  • Repository
  • 0 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Registry

Registry pattern library, (*1)

main branch parameter, (*2)

Install

$ composer require halimonalexander/registry

Example of usage

use HalimonAlexander\Registry\Registry;

$registry = Registry::getInstance();

$registry->set('key1', 1);
//...
if ($registry->has('key1')) {
    $var = $registry->get('key1');
}

$registry->set('db', new \PDO());
//...
/** @var \PDO|null $db */
$db = $registry->getByClassname(\PDO::class);

The Versions

10/06 2018

dev-master

9999999-dev https://github.com/halimonalexander/registry

Registry library

  Sources   Download

BSD-3-Clause

The Requires

  • php ^7.2

 

The Development Requires

by Halimon Alexander

registry

10/06 2018

v1.2.2

1.2.2.0 https://github.com/halimonalexander/registry

Registry library

  Sources   Download

BSD-3-Clause

The Requires

  • php ^7.2

 

The Development Requires

by Halimon Alexander

registry

09/06 2018

v1.2.1

1.2.1.0 https://github.com/halimonalexander/registry

Registry library

  Sources   Download

BSD-3-Clause

The Requires

  • php ^7.2

 

The Development Requires

by Halimon Alexander

registry

09/06 2018

v1.2

1.2.0.0 https://github.com/halimonalexander/registry

Registry library

  Sources   Download

BSD-3-Clause

The Requires

  • php ^7.2

 

The Development Requires

by Halimon Alexander

registry

08/06 2018

v1.1

1.1.0.0 https://github.com/halimonalexander/registry

Registry library

  Sources   Download

BSD-3-Clause

The Requires

  • php ^7.2

 

The Development Requires

by Halimon Alexander

registry

08/06 2018

v1.0

1.0.0.0 https://github.com/halimonalexander/registry

Registry library

  Sources   Download

BSD-3-Clause

The Requires

  • php ^7.2

 

The Development Requires

by Halimon Alexander

registry