Download the PHP package exts/configured without Composer
On this page you can find all versions of the php package exts/configured. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download exts/configured
More information about exts/configured
Files in exts/configured
Download exts/configured
More information about exts/configured
Files in exts/configured
Vendor exts
Package configured
Short Description Configuration class for loading & saving different types of PHP array data
License MIT
Package configured
Short Description Configuration class for loading & saving different types of PHP array data
License MIT
Please rate this library. Is it a good library?
Informations about the package configured
Exts\Configured
This is a library created for loading different types of config files into arrays and being able to easily manage the configuration data using either dot notation or directly accessing the array data.
Installation
composer require exts/configured:1.*
Example
Saving an ConfigArray
object using ConfigStorage
(since v1.1)
Custom Loaders
Custom loaders are pretty simple, just create a class that implements the LoaderInterface
and call it a day :), will
write an example w/ tests later if you'd like.
All versions of configured with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
igorw/get-in Version 1.0.*
symfony/yaml Version 6.0.*
league/flysystem Version 3.0.*
igorw/get-in Version 1.0.*
symfony/yaml Version 6.0.*
league/flysystem Version 3.0.*
The package exts/configured contains the following files
Loading the files please wait ....