2017 © Pedro PelĆ”ez
 

library registry

The Hoa\Registry library.

image

hoa/registry

The Hoa\Registry library.

  • Tuesday, March 6, 2018
  • by Hoa
  • Repository
  • 12 Watchers
  • 11 Stars
  • 10,757 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 9 Forks
  • 1 Open issues
  • 12 Versions
  • 2 % Grown

The README.md

Hoa , (*1)


Build status Code coverage Packagist License , (*2)

Hoa is a modular, extensible and structured set of PHP libraries.
Moreover, Hoa aims at being a bridge between industrial and research worlds. , (*3)

Hoa\Registry

Help on IRC Help on Gitter Documentation Board, (*4)

This library offers a static registry that stores key/value combinations. Any kind of PHP variable can be stored: an array, an object, a resource…, (*5)

Learn more., (*6)

Installation

With Composer, to include this library into your dependencies, you need to require hoa/registry:, (*7)

$ composer require hoa/registry '~3.0'

For more installation procedures, please read the Source page., (*8)

Testing

Before running the test suites, the development dependencies must be installed:, (*9)

$ composer install

Then, to run all the test suites:, (*10)

$ vendor/bin/hoa test:run

For more information, please read the contributor guide., (*11)

Quick usage

As a quick example, we set an entry and retrieve it. The retrieval can be done with a static method on the Hoa\Registry\Registry class and also using the hoa:// protocol., (*12)

Hoa\Register\Registry::set('foo', 'bar');
var_dump(
    Hoa\Registry\Registry::get('foo'),
    resolve('hoa://Library/Registry#foo')
);

/**
 * Will output:
 *     string(3) "bar"
 *     string(3) "bar"
 */

Documentation

The hack book of Hoa\Registry contains detailed information about how to use this library and how it works., (*13)

To generate the documentation locally, execute the following commands:, (*14)

$ composer require --dev hoa/devtools
$ vendor/bin/hoa devtools:documentation --open

More documentation can be found on the project's website: hoa-project.net., (*15)

Getting help

There are mainly two ways to get help:, (*16)

Contribution

Do you want to contribute? Thanks! A detailed contributor guide explains everything you need to know., (*17)

License

Hoa is under the New BSD License (BSD-3-Clause). Please, see LICENSE for details., (*18)

The Versions

06/03 2018

dev-master

9999999-dev https://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

library register registry

13/01 2017

3.17.01.13

3.17.01.13 https://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

library register registry

11/01 2016

3.16.01.11

3.16.01.11 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

library register registry

08/09 2015

2.15.09.08

2.15.09.08 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

library register registry

29/05 2015

2.15.05.29

2.15.05.29 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

library register registry

26/02 2015

2.15.02.26

2.15.02.26 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

library register registry

09/12 2014

2.14.12.10

2.14.12.10 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

library register registry

25/11 2014

2.14.11.26

2.14.11.26 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

library register registry

13/11 2014

2.14.11.15

2.14.11.15 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

library register registry

23/09 2014

2.14.09.23

2.14.09.23 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

library register registry

17/09 2014

2.14.09.17

2.14.09.17 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

library register registry

16/09 2014

1.14.09.16

1.14.09.16 http://hoa-project.net/

The Hoa\Registry library.

  Sources   Download

BSD-3-Clause

The Requires

 

library register registry