Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leandroschabarum/ra-config
Package to manage remote configuration parameters for PHP.
https://github.com/leandroschabarum/ra-config
composer php
Last synced: 2 months ago
JSON representation
Package to manage remote configuration parameters for PHP.
- Host: GitHub
- URL: https://github.com/leandroschabarum/ra-config
- Owner: leandroschabarum
- License: mit
- Created: 2022-04-06T00:25:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T17:24:54.000Z (over 2 years ago)
- Last Synced: 2024-04-12T20:34:23.556Z (10 months ago)
- Topics: composer, php
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RA Config
### _Remote access to configuration parameters_![GitHub release (latest by date)](https://img.shields.io/github/v/release/leandroschabarum/ra-config?color=0074b7) ![Packagist Downloads](https://img.shields.io/packagist/dt/ordnael/ra-config?color=0074b7) ![GitHub issues](https://img.shields.io/github/issues/leandroschabarum/ra-config?color=59981a) ![GitHub](https://img.shields.io/github/license/leandroschabarum/ra-config?color=59981a)
Package to manage remote configuration parameters for PHP.
----
### Composer Commands
```bash
composer require ordnael/ra-config
composer dump-autoload -o
```### Usage and Documentation
After running the composer commands and including autoload.php to your index file,
you'll have access to the following classes and helper functions:- Documentation is still being created...
----
#### Status
Currently in development. Any bugs or feature requests can be opened under Issues (templates are available!).