PHPackages                             robo-peridot/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. robo-peridot/robo-peridot

Abandoned → [holyshared/robo-peridot](/?search=holyshared%2Frobo-peridot)Library[Utility &amp; Helpers](/categories/utility)

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

Robo task for peridot-php

2.0.5(10y ago)22.7k1MITPHPPHP &gt;=5.5.0

Since Jan 1Pushed 10y agoCompare

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

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

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

Popularity19

Limited adoption so far

Community8

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

3812d 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/robo-peridot-robo-peridot/health.svg)

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

###  Alternatives

[phing/phing

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

1.2k21.7M876](/packages/phing-phing)[laravel-admin-ext/scheduling

Task scheduling extension for laravel-admin

93247.1k6](/packages/laravel-admin-ext-scheduling)[arara/process

Provides a better API to work with processes on Unix-like systems

16861.7k2](/packages/arara-process)[rewieer/taskschedulerbundle

Task Scheduler with CRON for Symfony

63242.1k](/packages/rewieer-taskschedulerbundle)[ttree/scheduler

Simple task scheduler for Neos Flow Framework

21108.8k1](/packages/ttree-scheduler)[trentrichardson/cakephp-scheduler

Makes scheduling tasks in CakePHP much simpler.

3137.0k](/packages/trentrichardson-cakephp-scheduler)

PHPackages © 2026

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