PHPackages                             rmiller/phpspec-run-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. rmiller/phpspec-run-extension

ActiveLibrary

rmiller/phpspec-run-extension
=============================

PhpSpec extension to execute the run command after the describe command

0.5.0(9y ago)121.9k13MITPHPPHP &gt;=5.4

Since Nov 12Pushed 9y ago3 watchersCompare

[ Source](https://github.com/richardmiller/PhpSpecRunExtension)[ Packagist](https://packagist.org/packages/rmiller/phpspec-run-extension)[ Docs](https://github.com/richardmiller/PhpSpecRunExtension)[ RSS](/packages/rmiller-phpspec-run-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (3)

PhpSpecRunExtension
===================

[](#phpspecrunextension)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d98809fdb73b1c0d636f40c3898ffbd49d19df455bbefb4d12e168c8989ce418/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726963686172646d696c6c65722f5068705370656352756e457874656e73696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/richardmiller/PhpSpecRunExtension/?branch=master)[![Build Status](https://camo.githubusercontent.com/613dc6d4d868d01917cf084195469d74d1108616abfad30c52bd6a75ec489934/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726963686172646d696c6c65722f5068705370656352756e457874656e73696f6e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/richardmiller/PhpSpecRunExtension/build-status/master)

PhpSpec extension that adds running run command after describe command

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

[](#installation)

This extension requires:

- PhpSpec 3.0+
- PHP 5.6+

The easiest way to install it is to use Composer

```
$ composer require --dev rmiller/phpspec-run-extension:^0.5

```

Activate the extension by specifying its class in your `phpspec.yml`:

```
# phpspec.yml
extensions:
  RMiller\BehatSpec\Extension\PhpSpecRunExtension\PhpSpecRunExtension: ~
```

It defaults to `bin/phpspec` for the path of phpspec and to run after the describe command. These can be overridden as follows:

```
# phpspec.yml
extensions:
  RMiller\BehatSpec\Extension\PhpSpecRunExtension\PhpSpecRunExtension: ~
rerunner:
  path: vendor/bin/phpspec
  commands: [describe, exemplify]
  config: path/to/phpspec.yml #optional
```

This will now also execute the run command after the exemplify command added by the [ExemplifyExtension](https://github.com/richardmiller/ExemplifyExtension).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~201 days

Total

5

Last Release

3392d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/442882d0e62a3acd7f3480cc8a07beeb3098dadbaaecb501eea945374ce55e1b?d=identicon)[mr\_r\_miller](/maintainers/mr_r_miller)

---

Top Contributors

[![ek9](https://avatars.githubusercontent.com/u/17393048?v=4)](https://github.com/ek9 "ek9 (6 commits)")[![pocky](https://avatars.githubusercontent.com/u/204451?v=4)](https://github.com/pocky "pocky (6 commits)")

---

Tags

BDDphpspec

### Embed Badge

![Health badge](/badges/rmiller-phpspec-run-extension/health.svg)

```
[![Health](https://phpackages.com/badges/rmiller-phpspec-run-extension/health.svg)](https://phpackages.com/packages/rmiller-phpspec-run-extension)
```

###  Alternatives

[bossa/phpspec2-expect

Helper that decorates any SUS with a phpspec lazy object wrapper

741.8M87](/packages/bossa-phpspec2-expect)[benconstable/phpspec-laravel

Test your Laravel applications with PhpSpec

144347.1k15](/packages/benconstable-phpspec-laravel)[ciaranmcnulty/phpspec-typehintedmethods

Extension for phpspec to enhance generated methods

3089.3k31](/packages/ciaranmcnulty-phpspec-typehintedmethods)[phpspec/nyan-formatters

PHPSpec Nyan Formatter Extension

77239.9k22](/packages/phpspec-nyan-formatters)[friends-of-phpspec/phpspec-code-coverage

Generate Code Coverage reports for PhpSpec tests

202.6M123](/packages/friends-of-phpspec-phpspec-code-coverage)[memio/spec-gen

phpspec extension for better code generation

66204.3k28](/packages/memio-spec-gen)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
