PHPackages                             holyshared/robo-peridot - 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. holyshared/robo-peridot

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

holyshared/robo-peridot
=======================

Robo task for peridot-php

2.0.5(10y ago)21.0k12MITPHPPHP &gt;=5.5.0

Since Jan 1Pushed 10y agoCompare

[ Source](https://github.com/holyshared/robo-peridot)[ Packagist](https://packagist.org/packages/holyshared/robo-peridot)[ RSS](/packages/holyshared-robo-peridot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (16)Used By (12)

robo-peridot
============

[](#robo-peridot)

**robo-peridot** is a library to run the test of peridot for robo.
Installation of [Robo PHP Task Runner](http://robo.li/) will be mandatory to use it.

[![Latest Stable Version](https://camo.githubusercontent.com/25354de037a4e82f474c3eedab2fc53ebe65ddff092baf9e9f80e2891b124957/68747470733a2f2f706f7365722e707567782e6f72672f686f6c797368617265642f726f626f2d70657269646f742f762f737461626c652e737667)](https://packagist.org/packages/holyshared/robo-peridot)[![Latest Unstable Version](https://camo.githubusercontent.com/484b40bd62c30114909533372de48661c9f7fb17373328d19d2d067813420d89/68747470733a2f2f706f7365722e707567782e6f72672f686f6c797368617265642f726f626f2d70657269646f742f762f756e737461626c652e737667)](https://packagist.org/packages/holyshared/robo-peridot)[![Build Status](https://camo.githubusercontent.com/e91c285b933c5c9ca28fa338996245ab05e2b97e80031ef361232f8f770c70f1/68747470733a2f2f7472617669732d63692e6f72672f686f6c797368617265642f726f626f2d70657269646f742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/holyshared/robo-peridot)[![HHVM Status](https://camo.githubusercontent.com/b1184a9a8c0a37f251108731d4784653f587558eb59430cfeb35a9ea87c61ea9/687474703a2f2f6868766d2e683463632e64652f62616467652f686f6c797368617265642f726f626f2d70657269646f742e737667)](http://hhvm.h4cc.de/package/holyshared/robo-peridot)[![Coverage Status](https://camo.githubusercontent.com/e9e995553830a9a95434548ee4f2fa974582181a2b73288331cff50fa68515e1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f686f6c797368617265642f726f626f2d70657269646f742f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/holyshared/robo-peridot?branch=master)[![Dependency Status](https://camo.githubusercontent.com/b1e074948dca594201fb09497c3e8ba6e6e38368b6e88d437e6acb277ec52b9c/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534633338336536366330303335363766643030303435372f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/54c383e66c003567fd000457)

Basic Usage
-----------

[](#basic-usage)

To use a task, you must write code such as the following.
Options that can be used **-grep**, **-no-colors**, **-reporter**, **--bail**, **--configuration**.

```
class RoboFile extends Tasks
{
    use \holyshared\peridot\robo\loadTasks;

    public function coverallsUpload()
    {
        $result = $this->taskPeridot()
		    ->bail()
		    ->directoryPath('spec')
		    ->run();

	    return $result;
    }
}
```

Specify more than one file
--------------------------

[](#specify-more-than-one-file)

If you specify more than one file, you can use the **filePaths** method.
The following code is equivalent to `peridot spec/foo.php spec/bar.php`.

```
class RoboFile extends Tasks
{
    use \holyshared\peridot\robo\loadTasks;

    public function coverallsUpload()
    {
        $result = $this->taskPeridot()
		    ->filePaths([
		        'spec/foo.php',
		        'spec/bar.php'
		    ])
		    ->run();

	    return $result;
    }
}
```

Testing robo-peridot
--------------------

[](#testing-robo-peridot)

Please try the following command.

```
composer install
composer test

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~24 days

Recently: every ~50 days

Total

15

Last Release

3818d ago

Major Versions

1.1.1 → 2.0.02015-04-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/70c299d6d6015ee714954aa05e4d0e9c7b1d31318a5d7db5e9bb4e1f70f78afc?d=identicon)[holyshared](/maintainers/holyshared)

---

Top Contributors

[![holyshared](https://avatars.githubusercontent.com/u/167190?v=4)](https://github.com/holyshared "holyshared (61 commits)")

---

Tags

BDDtaskroboperidot-php

### Embed Badge

![Health badge](/badges/holyshared-robo-peridot/health.svg)

```
[![Health](https://phpackages.com/badges/holyshared-robo-peridot/health.svg)](https://phpackages.com/packages/holyshared-robo-peridot)
```

###  Alternatives

[mockery/mockery

Mockery is a simple yet flexible PHP mock object framework

10.7k497.0M23.6k](/packages/mockery-mockery)[codeception/codeception

All-in-one PHP Testing Framework

4.9k86.2M2.9k](/packages/codeception-codeception)[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[phpspec/phpspec

Specification-oriented BDD framework for PHP 7.1+

1.9k36.7M3.1k](/packages/phpspec-phpspec)[orchestra/testbench-core

Testing Helper for Laravel Development

27043.7M310](/packages/orchestra-testbench-core)

PHPackages © 2026

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