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.
- Host: GitHub
- URL: https://github.com/glowyphp/registry
- Owner: glowyphp
- License: mit
- Created: 2020-09-20T18:40:29.000Z (over 5 years ago)
- Default Branch: 5.x
- Last Pushed: 2022-10-09T08:10:47.000Z (over 3 years ago)
- Last Synced: 2025-04-06T22:42:56.953Z (10 months ago)
- Topics: glowy, glowyphp, package, php, php-package, php8, registry
- Language: PHP
- Homepage: https://awilum.github.io/glowyphp/registry
- Size: 39.1 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
### 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)