We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c384c commit d66c7e7Copy full SHA for d66c7e7
1 file changed
README.md
@@ -1,7 +1,7 @@
1
# PConfig
2
3
PConfig is a PHP library for parsing configuration.
4
-It has simple APIs and is easy to use.
+It is lightweight and easy to use.
5
6
## Supported formats
7
@@ -22,8 +22,8 @@ composer require oopsguy/pconfig
22
```php
23
<?php
24
use pconfig\PConfig;
25
-use \pconfig\provider\impl\FileProvider;
26
-use \pconfig\serializer\impl\JSONSerializer;
+use pconfig\provider\impl\FileProvider;
+use pconfig\serializer\impl\JSONSerializer;
27
28
$config = new PConfig('config-file.json');
29
0 commit comments