dev-and-web/daw-php-config

PHP library of a simple system of configuration


Keywords
php, configuration, config, files
License
MIT

Documentation

DAW PHP Config - Library - Configuration with PHP files

Latest Stable Version License

DAW PHP Config is a PHP library of a Open Source simple system of configuration.

Retrieve a value from a configuration file with nice syntax!

Author

Package developed by: Freelance PHP Developpeur web

Simple example

<?php

if (config('app.debug')) {
    ini_set('display_errors', '1');
} else {
    ini_set('display_errors', '0');
}

Requirements

  • PHP >= 7.0

Documentation

  • The documentation is in folder "docs" of this package:

English | French

Installation

Installation via Composer:

composer require dev-and-web/daw-php-config

Contributing

Bugs and security Vulnerabilities

If you discover a bug or a security vulnerability within DAW PHP Config, please send an message to Steph. Thank you. All beg and all security vulnerabilities will be promptly addressed.

License

The DAW PHP Config is Open Source software licensed under the MIT license.