slick / configuration
The slick/configuration component provides an easy-to-use solution for managing configuration files in your PHP applications.
Installs: 5 361
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=8.2
Requires (Dev)
- phpmd/phpmd: ^2.15
- phpspec/phpspec: ^7.5
- phpstan/phpstan: ^1.11
- squizlabs/php_codesniffer: ^3.10
This package is auto-updated.
Last update: 2024-11-07 01:39:00 UTC
README
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.