https://github.com/quillstack/config
The package to organise a configuration of your application.
https://github.com/quillstack/config
config configuration php php8
Last synced: 11 months ago
JSON representation
The package to organise a configuration of your application.
- Host: GitHub
- URL: https://github.com/quillstack/config
- Owner: quillstack
- License: mit
- Created: 2020-10-22T19:58:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T22:07:16.000Z (about 4 years ago)
- Last Synced: 2025-02-18T01:18:03.036Z (12 months ago)
- Topics: config, configuration, php, php8
- Language: PHP
- Homepage: https://quillstack.com/config
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quillstack Config
[](https://app.travis-ci.com/quillstack/config)
[](https://packagist.org/packages/quillstack/config)
[](https://sonarcloud.io/summary/new_code?id=quillstack_config)
[](https://sonarcloud.io/summary/new_code?id=quillstack_config)
[](https://github.styleci.io/repos/306445448?branch=main)
[](https://www.codefactor.io/repository/github/quillstack/config)

[](https://sonarcloud.io/summary/new_code?id=quillstack_config)
[](https://codeclimate.com/github/quillstack/config/maintainability)
[](https://sonarcloud.io/summary/new_code?id=quillstack_config)

The package to organise a configuration of your application.
### Unit tests
Run tests using a command:
```
phpdbg -qrr ./vendor/bin/unit-tests
```
### Docker
```shell
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_config sh
```