danzabar / config
Build Configuration Files, Search, Merge, Replace, Save, Convert Config files... Supports YML, JSON, but is also extendable.
Installs: 1 058
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- symfony/filesystem: >=2.7, <3.0
- symfony/finder: >=2.7, <3.0
- symfony/yaml: >=2.7, <3.0
Requires (Dev)
- mockery/mockery: dev-master
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2024-10-26 17:08:13 UTC
README
Config Builder
The config builder allows you to raise configuration files of several formats pre populate them and edit them with ease, its ideal to use with frameworks that require dynamic configurations for things like database connections or services.
Now on version 2, I have rewritten a lot of the code from the original config builder so its more efficient and a simpler process in general. XML is no longer supported but you can still add your own extension classes.
Documentation
With a new version comes new documentation.
- Installation
- Loading a config file
- Creating a config file
- Using Parameters
- Merging file data
- Extensions
New Features
If you have any suggestions for new features, please let me know. Create an issue for them or better yet, add them yourself!
Contributing
You are welcome to contribute to this project, Just fork this and make a pull request!