PHPackages                             ebidtech/options-resolver - 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. ebidtech/options-resolver

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

ebidtech/options-resolver
=========================

An extension of Symfony's OptionsResolver component

v1.1.2(9y ago)12.0k1MITPHPPHP &gt;=5.4

Since Jul 20Pushed 9y ago6 watchersCompare

[ Source](https://github.com/ebidtech/options-resolver)[ Packagist](https://packagist.org/packages/ebidtech/options-resolver)[ Docs](https://github.com/ebidtech/options-resolver)[ RSS](/packages/ebidtech-options-resolver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (9)Used By (1)

OptionsResolver
===============

[](#optionsresolver)

This projects extends [Symfony's OptionsResolver component](https://github.com/symfony/OptionsResolver), adding some useful features. For a list of all added features please see the **Usage** section of this readme.

Installation
------------

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "ebidtech/options-resolver": "1.*"
    }
}
```

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
