PHPackages                             rmiller/lazy-bin - 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. rmiller/lazy-bin

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rmiller/lazy-bin
================

Runs various commands to save me a few keystrokes

2706PHP

Since Nov 20Pushed 11y ago2 watchersCompare

[ Source](https://github.com/richardmiller/LazyBin)[ Packagist](https://packagist.org/packages/rmiller/lazy-bin)[ RSS](/packages/rmiller-lazy-bin/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

LazyBin
=======

[](#lazybin)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5ef653416c2def0f97f24bd987076f57c66e7dcd9077421f095f6b960d7539c9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726963686172646d696c6c65722f4c617a7942696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/richardmiller/LazyBin/?branch=master)[![Build Status](https://camo.githubusercontent.com/c83c327a3f889f87ee1ccc39f3f32843b72d70cc97d79612032118bbef2c8946/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726963686172646d696c6c65722f4c617a7942696e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/richardmiller/LazyBin/build-status/master)

Runs various commands to save me a few keystrokes.

Running various commands e.g. behat and phpspec while developing means that the one I want is not always the last command. By configuring lazybin to run various commands it can always be the last run command and accessed with the up key. The configured commands can be run by digit e.g. `1`.

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

[](#installation)

This extension requires:

- PHP 5.5+

The easiest way to install it is to use Composer

```
$ composer require --dev rmiller/lazy-bin:dev-master

```

Configuration
-------------

[](#configuration)

It needs a lazybin.yml file in the directory it is run from.

Example:

```
commands:
  - "./bin/phpspec run"
  - "./bin/behat --append-snippets"
  - "./bin/behat --rerun"
  - {command:"./bin/phpspec describe", extra: true}
  - {command:"./bin/phpspec exemplify", extra: true}
```

Running `bin/lazybin` will give:

[![Choice of commands](/docs/images/commands.png?raw=true)](/docs/images/commands.png?raw=true)

Choosing one of the options with `extra` set to true, will ask for further arguments. For example the `phpspec describe` command needs to be given the class being described:

[![extra arguments](/docs/images/extra.png?raw=true)](/docs/images/extra.png?raw=true)

Disclaimer
----------

[](#disclaimer)

This works for me on osx, no idea if it will work for anyone else.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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.

### Community

Maintainers

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

---

Top Contributors

[![richardmiller-zz](https://avatars.githubusercontent.com/u/783827?v=4)](https://github.com/richardmiller-zz "richardmiller-zz (9 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

### Embed Badge

![Health badge](/badges/rmiller-lazy-bin/health.svg)

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

###  Alternatives

[desandro/imagesloaded

JavaScript is all like \_You images done yet or what?\_

8.9k449.7k1](/packages/desandro-imagesloaded)[szeidler/composer-patches-cli

28259.3k4](/packages/szeidler-composer-patches-cli)[wa72/html-pretty-min

HTML minifier and indenter that works on the DOM tree

22231.3k8](/packages/wa72-html-pretty-min)[apen/additional_reports

Useful information in the reports module : xclass, ajax, cliKeys, eID, general status of the system (encoding, DB, php vars...), hooks, compare local and TER extension (diff), used content type, used plugins, ExtDirect... It can really help you during migration or new existing project (to have a global reports of the system).

14167.3k](/packages/apen-additional-reports)[antistatique/swisstopo

Convert GPS (WGS84) to Swiss (LV03 and LV95) coordinates (and vice versa)

1481.3k](/packages/antistatique-swisstopo)[sypets/brofix

Broken Link Fixer for TYPO3 (forked from TYPO3 linkvalidator)

1069.4k1](/packages/sypets-brofix)

PHPackages © 2026

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