omegacms/config

Omega CMS Config Package

1.0.0 2024-04-06 18:15 UTC

This package is auto-updated.

Last update: 2024-05-07 09:48:55 UTC


README

The Config package provides a simple and efficient way to access configuration parameters stored in PHP files within the config directory of your application.

Requirements

  • PHP 8.2 or later

Installation via Composer

Add "omegacms/config": "^1.0.0" to the require block in your composer.json file and then run composer install.

{
    "require": {
        "omegacms/config": "^1.0.0"
    }
}

Alternatively, you can simply run the folowing from the command line:

composer require omegacms/config "^1.0.0"

If you want to include the test sources, use:

composer require --prefer-source omegacms/config "^1.0.0"

Documentation

Work in peogress

Contributing

If you'd like to contribute to the OmegaCMS Config package, please follow our contribution guidelines.

License

This project is open-source software licensed under the GNU General Public License v3.0.