An open API service indexing awesome lists of open source software.

https://github.com/glowyphp/registry

Registry Package provides a fluent, object-oriented interface for storing data globally in a well managed fashion, helping to prevent global meltdown.
https://github.com/glowyphp/registry

glowy glowyphp package php php-package php8 registry

Last synced: 10 months ago
JSON representation

Registry Package provides a fluent, object-oriented interface for storing data globally in a well managed fashion, helping to prevent global meltdown.

Awesome Lists containing this project

README

          

Registry



Registry Package provides a fluent, object-oriented interface for storing data globally in a well managed fashion, helping to prevent global meltdown.


License MIT Total downloads GitHub Repo stars GitHub forks Hits of Code


### Installation

#### With [Composer](https://getcomposer.org)

```
composer require glowy/registry
```

### Resources
* [Documentation](https://awilum.github.io/glowyphp/registry)

### Tests

Run tests

```
./vendor/bin/pest
```

### License
[The MIT License (MIT)](https://github.com/glowyphp/registry/blob/master/LICENSE.txt)
Copyright (c) 2022 [Sergey Romanenko](https://github.com/Awilum)