Download the PHP package phppkg/config without Composer
On this page you can find all versions of the php package phppkg/config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phppkg/config
More information about phppkg/config
Files in phppkg/config
Download phppkg/config
More information about phppkg/config
Files in phppkg/config
Vendor phppkg
Package config
Short Description Config manage, load, get. Supports INI,JSON,YAML,NEON,PHP format file
License MIT
Homepage https://github.com/phppkg/config
Package config
Short Description Config manage, load, get. Supports INI,JSON,YAML,NEON,PHP format file
License MIT
Homepage https://github.com/phppkg/config
Please rate this library. Is it a good library?
Informations about the package config
Config
π Config load, management, merge, get, set and more.
- Config data load, management
- Support load multi config data, will auto merge
- Supports INI,JSON,YAML,TOML,NEON,PHP format file
- Support for exporting configuration data to file
- Language data management
δΈζθ―΄ζ
Install
composer
- Required PHP 8.0+
Usage
create and load config data. load multi file, will auto merge data.
Created in other ways
More load methods
loadFromFiles(array $filePaths, string $format = '')
loadFromStrings(string $format, string ...$strings)
loadFromSteam(string $format, resource $stream)
loadIniFile(string $filepath)
loadJsonFile(string $filepath)
loadJson5File(string $filepath)
loadYamlFile(string $filepath)
loadPhpFile(string $filepath)
Dump data
Output:
Get value
Set value
Export to file
Export config data to file.
PHPPkg Projects
- phppkg/config - π Config load, management, merge, get, set and more.
- phppkg/easytpl - β‘οΈ Simple and fastly template engine for PHP
- phppkg/http-client - An easy-to-use HTTP client library for PHP
- phppkg/ini - πͺ An enhanced
INI
format parser written in PHP. - phppkg/jenkins-client - Designed to interact with Jenkins CI using its API.
- phppkg/phpgit - A Git wrapper library for PHP
License
MIT
All versions of config with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0.1
phppkg/ini Version ~0.1
colinodell/json5 Version ^2.2 || ^3.0
nette/neon Version ^3.3
symfony/yaml Version ^6.0 || ^7.0
yosymfony/toml Version ^1.0
toolkit/fsutil Version ^2.0
toolkit/stdlib Version ^2.0
phppkg/ini Version ~0.1
colinodell/json5 Version ^2.2 || ^3.0
nette/neon Version ^3.3
symfony/yaml Version ^6.0 || ^7.0
yosymfony/toml Version ^1.0
toolkit/fsutil Version ^2.0
toolkit/stdlib Version ^2.0
The package phppkg/config contains the following files
Loading the files please wait ....