Download the PHP package jaxwilko/simple-config without Composer
On this page you can find all versions of the php package jaxwilko/simple-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jaxwilko/simple-config
More information about jaxwilko/simple-config
Files in jaxwilko/simple-config
Download jaxwilko/simple-config
More information about jaxwilko/simple-config
Files in jaxwilko/simple-config
Vendor jaxwilko
Package simple-config
Short Description A simple fluent interface for creating php config files
License MIT
Package simple-config
Short Description A simple fluent interface for creating php config files
License MIT
Please rate this library. Is it a good library?
Informations about the package simple-config
Archived: use winter/laravel-config-writer instead.
SimpleConfig
This package aims to provide a simple interface for creating php config files.
Installation
Add the package to your project via:
Usage
Would return:
A simpler way of achieving the same thing would be:
Everything can be omitted, for example just having a comment and title:
Will return:
Or, without a comment and title:
Will return:
Multiple sections can be added via chaining:
Functions can be passed in by prefixing the method with @@
. E.g.
Will result in:
Compiler options can be set via:
All versions of simple-config with dependencies
PHP Build Version
Package Version
Requires
symfony/var-exporter Version
^4.3
The package jaxwilko/simple-config contains the following files
Loading the files please wait ....