PHPackages                             lackey/lackey - 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. [CLI &amp; Console](/categories/cli)
4. /
5. lackey/lackey

ActiveLibrary[CLI &amp; Console](/categories/cli)

lackey/lackey
=============

Task runner for PHP

0.1.1(12y ago)087MITPHPPHP &gt;=5.3

Since Jan 4Pushed 12y ago2 watchersCompare

[ Source](https://github.com/yaworsw/lackey)[ Packagist](https://packagist.org/packages/lackey/lackey)[ Docs](http://github.com/yaworsw/lackey)[ RSS](/packages/lackey-lackey/feed)WikiDiscussions master Synced 3d ago

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

Lackey
======

[](#lackey)

PHP task runner

[![Latest Stable Version](https://camo.githubusercontent.com/e8baedd31684faa494c63874098ee8bc659d8ede61cbdd58b42e3f9cb562dad4/68747470733a2f2f706f7365722e707567782e6f72672f6c61636b65792f6c61636b65792f762f737461626c652e706e67)](https://packagist.org/packages/lackey/lackey)[![Total Downloads](https://camo.githubusercontent.com/f8cbc77e0700af88fed92df469c97edaa701afaef90d627d1c2661e4f6b8d4a2/68747470733a2f2f706f7365722e707567782e6f72672f6c61636b65792f6c61636b65792f646f776e6c6f6164732e706e67)](https://packagist.org/packages/lackey/lackey)

[![Build Status](https://camo.githubusercontent.com/a77949b8d218209f85eb18ea890a557df3153e385e542396ea096ba38c913fdc/68747470733a2f2f7472617669732d63692e6f72672f7961776f7273772f6c61636b65792e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/yaworsw/lackey?branch=master)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/0dc352177888ef0b25752c48903bbcf287e2b1213d2e681a05c19243fefe754c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7961776f7273772f6c61636b65792f6261646765732f7175616c6974792d73636f72652e706e673f733d31393061313937666339363830636564393164343764656532633435323264396266323866333038)](https://scrutinizer-ci.com/g/yaworsw/lackey/)[![Code Coverage](https://camo.githubusercontent.com/554fea09397e37278c32f8cb5d5c050ef073ad287aaf91f7c04d2261d99e3826/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7961776f7273772f6c61636b65792f6261646765732f636f7665726167652e706e673f733d64353465303161326436333538633265656439316434373130363332383039396237343039333230)](https://scrutinizer-ci.com/g/yaworsw/lackey/)[![Dependencies Status](https://camo.githubusercontent.com/f767c9db2ccfd9d23272425e70d936144e235a08cbfc94333b248cd860f5e9fa/68747470733a2f2f646570656e64696e672e696e2f7961776f7273772f6c61636b65792e706e67)](http://depending.in/yaworsw/lackey)

Installing
----------

[](#installing)

Make sure you have `~/.composer/vendor/bin/` in your path.

Install lackey globally.

```
composer global require lackey/lackey

```

Add lackey to your project's `composer.json` file.

```
{
    "require-dev": {
        "lackey/lackey": "0.1.1"
    }
}

```

Update the project's dependencies.

```
composer update

```

Lackeyfile
----------

[](#lackeyfile)

The Lackeyfile is where all of your project's lackey tasks are defined. In the root of your project create a file named `Lackeyfile.php`.

Use this project's [Lackeyfile](Lackeyfile.php) as a guide on how to define lackey tasks.

[![Bitdeli Badge](https://camo.githubusercontent.com/5cbe042262e4a3110d23fa945d938b72555cb7cdc40c8e60bc476edc36198518/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f7961776f7273772f6c61636b65792f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4513d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/89eb316cf2355e2cc9cf2ab1319aa871e1a7852fc374ee6ca5a9b46b46f59e45?d=identicon)[yaworsw](/maintainers/yaworsw)

---

Top Contributors

[![yaworsw](https://avatars.githubusercontent.com/u/3655406?v=4)](https://github.com/yaworsw "yaworsw (102 commits)")

---

Tags

automationtaskbuild

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lackey-lackey/health.svg)

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

###  Alternatives

[nategood/commando

PHP CLI Commando Style

8123.3M38](/packages/nategood-commando)[jmose/command-scheduler-bundle

This Symfony bundle will allow you to schedule all your commands just like UNIX crontab

3361.4M1](/packages/jmose-command-scheduler-bundle)[indeyets/pake

PHP automation tool inspired by Rake

184184.1k6](/packages/indeyets-pake)[jaz303/phake

A wee clone of Ruby's rake for PHP 5.3. Uses closures for ultimate coolness.

362209.9k7](/packages/jaz303-phake)[smart-core/accelerator-cache-bundle

Provides a command line task to clear PHP Accelerators cache from the console

671.4M3](/packages/smart-core-accelerator-cache-bundle)[dukecity/command-scheduler-bundle

This Symfony bundle will allow you to schedule all your commands just like UNIX crontab

25350.9k5](/packages/dukecity-command-scheduler-bundle)

PHPackages © 2026

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