PHPackages                             bowlofsoup/interlude - 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. bowlofsoup/interlude

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

bowlofsoup/interlude
====================

Have an interlude - when working with composer - develop on your packages locally.

0.5(2y ago)0172MITShell

Since Mar 21Pushed 2y ago1 watchersCompare

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

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Interlude
---------

[](#interlude)

### Purpose and functionality

[](#purpose-and-functionality)

Use this within your PHP [Composer](https://getcomposer.org/) project to develop locally on packages.

- Packages are cloned into a separate directory
- Symlinked to the original vendor/ location
- Use `git` without it being in detached mode, e.g. to create new branches for the package
- You can use `composer require` to e.g. add dependencies (vendor dir is also symlinked to the original)

### Installation

[](#installation)

Require the package:

```
composer require bowlofsoup/interlude "^version"

```

The `interlude` script should now be in your `vendor/bin` directory.

Add the following to your `.gitignore`:

```
vendor-local/

```

### Usage

[](#usage)

'Checkout' a package for local development (use `sh`)

```
sh vendor/bin/interlude checkout

```

'Restore' a package to the original

```
vendor/bin/interlude restore

```

### External dependencies

[](#external-dependencies)

A shell (Bash) and these Linux or macOS packages:

- `git`
- `find`
- `sed`
- `awk`

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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 ~25 days

Total

3

Last Release

738d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b2a058c9460fbbaadc646b3daf1083a2bccc1318a8775e97c6bfea0a2faed4ed?d=identicon)[BowlOfSoup](/maintainers/BowlOfSoup)

---

Top Contributors

[![BowlOfSoup](https://avatars.githubusercontent.com/u/19224810?v=4)](https://github.com/BowlOfSoup "BowlOfSoup (12 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel-frontend-presets/now-ui-dashboard

Laravel 11.x Front-end preset for now ui dashboard

22318.3k](/packages/laravel-frontend-presets-now-ui-dashboard)[artesaos/cidadesbr

537.7k](/packages/artesaos-cidadesbr)[twohill/silverstripe-homepagefordomain

Allows to designate a page anywhere in the tree as the homepage for a specific domain, overruling the usual homepage (which is identified by the 'home' URLSegment).

131.3k](/packages/twohill-silverstripe-homepagefordomain)

PHPackages © 2026

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