Download the PHP package cline/ferret without Composer
On this page you can find all versions of the php package cline/ferret. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ferret
Ferret is a Laravel package for searching and loading configuration files in various formats. It provides a flexible way to find and load configuration from multiple locations and formats.
Requirements
Requires PHP 8.4+ and Laravel 12+
Installation
Documentation
- Directory Loading - Load entire directories of config files with dot-notation access
- Combining Configs - Merge multiple config files with deep/shallow merging
- Format Conversion - Convert between JSON, YAML, NEON, XML, INI, and PHP
- Encryption - Encrypt and decrypt sensitive configuration files
Supported Formats
| Format | Extension | Read | Write |
|---|---|---|---|
| JSON | .json | ✓ | ✓ |
| YAML | .yaml | ✓ | ✓ |
| NEON | .neon | ✓ | ✓ |
| XML | .xml | ✓ | ✓ |
| INI | .ini | ✓ | ✓ |
| PHP | .php | ✓ | ✓ |
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please use the GitHub security reporting form rather than the issue queue.
Credits
- Brian Faust
- All Contributors
License
The MIT License. Please see License File for more information.
All versions of ferret with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.5.0
facade/ignition-contracts Version ^1.0.2
laravel/framework Version ^10.0 || ^11.0 || ^12.0 || ^13.0
nette/neon Version ^3.4.7
saloonphp/xml-wrangler Version ^1.4.1
spatie/laravel-package-tools Version ^1.93.0
symfony/yaml Version ^7.4.6 || ^8.0
yosymfony/toml Version ^1.0.4
facade/ignition-contracts Version ^1.0.2
laravel/framework Version ^10.0 || ^11.0 || ^12.0 || ^13.0
nette/neon Version ^3.4.7
saloonphp/xml-wrangler Version ^1.4.1
spatie/laravel-package-tools Version ^1.93.0
symfony/yaml Version ^7.4.6 || ^8.0
yosymfony/toml Version ^1.0.4
The package cline/ferret contains the following files
Loading the files please wait ...