slick/configuration

The slick/configuration component provides an easy-to-use solution for managing configuration files in your PHP applications.

v2.1.0 2024-08-07 01:03 UTC

This package is auto-updated.

Last update: 2024-09-07 01:13:03 UTC


README

GitHub release (latest SemVer) Software License Build Status Quality Score Total Downloads

The slick/configuration component provides an easy-to-use solution for managing configuration files in your PHP applications. It features a straightforward interface that allows you to define custom configuration drivers. By default, it leverages PHP arrays for configuration, eliminating the need for parsers and enhancing performance.

This package is compliant with PSR-2 code standards and PSR-4 autoload standards. It also applies the semantic version 2.0.0 specification.

Install

Via Composer

$ composer require slick/configuration

Usage

Please check documentation site for a complete reference.

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email slick.framework@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.