PHPackages                             mikeevstropov/configuration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mikeevstropov/configuration

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

mikeevstropov/configuration
===========================

Read and write configuration parameters to the YAML file.

1.0.4(8y ago)037MITPHP

Since Jun 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mikeevstropov/configuration)[ Packagist](https://packagist.org/packages/mikeevstropov/configuration)[ RSS](/packages/mikeevstropov-configuration/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (6)Used By (0)

mikeevstropov/configuration
===========================

[](#mikeevstropovconfiguration)

Read and write configuration parameters to the YAML file.

Install
-------

[](#install)

Add dependency by [Composer](http://getcomposer.org)

```
$ composer require mikeevstropov/configuration
```

Example usage
-------------

[](#example-usage)

As example we have following configuration file.

```
# app/config/config.yml

my_parameter: my_value
```

What we can do with it?

```
