2017 © Pedro Peláez
 

library registry

The Panda Registry Package.

image

panda/registry

The Panda Registry Package.

  • Thursday, August 24, 2017
  • by ioannis-papikas
  • Repository
  • 1 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Registry

[READ-ONLY] Subtree split of the Panda Registry Package, (*1)

Introduction

Panda Registry is one of the main packages being used across the framework to facilitate the storage of items in key-value pairs., (*2)

Registry Structure

The current registry implementation is able to store items in runtime and be accessed as long as the application is running., (*3)

Normal Registry

The normal registry implementation is enclosed in a Registry object which implements a RegistryInterface., (*4)

This object can store items as long as the object is alive. When the object is destroyed, all items are lost., (*5)

Shared Registry

The shared registry implementation is common/shared registry that is being created during runtime and resides in memory as long as the application is live and running. You can use the SharedRegistry implementation when you need to store statically accessible values without the need of storing the registry object in memory., (*6)

At the same time, shared registry consumers can share the registry without having to call different objects and turning your code into spaghetti., (*7)

The Versions

24/08 2017

2.1.x-dev

2.1.9999999.9999999-dev http://pandaphp.org

The Panda Registry Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

23/08 2017

2.0.x-dev

2.0.9999999.9999999-dev http://pandaphp.org

The Panda Registry Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/06 2017

dev-master

9999999-dev http://pandaphp.org

The Panda Registry Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/06 2017

v2.0.0

2.0.0.0 http://pandaphp.org

The Panda Registry Package.

  Sources   Download

MIT

The Requires

 

The Development Requires