Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netherphp/option
Global settings management.
https://github.com/netherphp/option
Last synced: 12 days ago
JSON representation
Global settings management.
- Host: GitHub
- URL: https://github.com/netherphp/option
- Owner: netherphp
- License: bsd-2-clause
- Created: 2014-03-22T17:38:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T04:12:25.000Z (almost 10 years ago)
- Last Synced: 2024-12-06T03:13:11.164Z (about 1 month ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nether Option
=====================================
[![Code Climate](https://codeclimate.com/github/netherphp/option/badges/gpa.svg)](https://codeclimate.com/github/netherphp/option)This package provides a global settings management class to globally manage settings
without globals. It will be used by most of the components in the Nether.Install
-------------------------------------
To use it stand alone, Composer yourself a netherphp/option with a version of 1.*If you are using any other Nether components you'll most likely already have this.