-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 972 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "nabeghe/confix",
"description": "Static-architecture PHP configuration library. Simple, file-backed, class-based configuration with parent/child partitioning and dot-notation support.",
"keywords": [
"config", "configuration", "settings", "options", "helper", "support", "Static",
"static-config", "php-config", "config-manager", "file-config", "class-config", "nested-config", "dot-notation",
"settings-manager", "static-settings", "options-manager", "config-system"
],
"type": "library",
"homepage": "https://github.com/nabeghe/confix-php",
"license": "MIT",
"authors": [
{
"name": "Hadi Akbarzadeh",
"email": "elsiomcoder@gmail.com",
"homepage": "https://elatel.ir",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Nabeghe\\Confix\\": "src/"
}
},
"require": {
"php": ">=8.3"
}
}