PHPackages                             coduo/phpspec-matcher-extension - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. coduo/phpspec-matcher-extension

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

coduo/phpspec-matcher-extension
===============================

7123PHP

Since Sep 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/coduo/phpspec-matcher-extension)[ Packagist](https://packagist.org/packages/coduo/phpspec-matcher-extension)[ RSS](/packages/coduo-phpspec-matcher-extension/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHPSpec2 coduo matcher extension
================================

[](#phpspec2-coduo-matcher-extension)

This extension integrate [Coduo PHP Matcher](https://github.com/coduo/php-matcher) into [PHPSpec](https://github.com/phpspec/phpspec)

\##Installation

Add to your composer.json

```
require: {
   "coduo/phpspec-matcher-extension": "dev-master"
}

```

\##Usage

Configure phpspec

```
# phpspec.yml
extensions:
  - Coduo\PhpSpec\Matcher\Extension

```

Write spec:

```
