Download the PHP package bowlofsoup/interlude without Composer
On this page you can find all versions of the php package bowlofsoup/interlude. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bowlofsoup/interlude
More information about bowlofsoup/interlude
Files in bowlofsoup/interlude
Download bowlofsoup/interlude
More information about bowlofsoup/interlude
Files in bowlofsoup/interlude
Vendor bowlofsoup
Package interlude
Short Description Have an interlude - when working with composer - develop on your packages locally.
License MIT
Package interlude
Short Description Have an interlude - when working with composer - develop on your packages locally.
License MIT
Please rate this library. Is it a good library?
Informations about the package interlude
Interlude
Purpose and functionality
Use this within your PHP Composer 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
Require the package:
The interlude
script should now be in your vendor/bin
directory.
Add the following to your .gitignore
:
Usage
'Checkout' a package for local development (use sh
)
'Restore' a package to the original
External dependencies
A shell (Bash) and these Linux or macOS packages:
git
find
sed
awk
All versions of interlude with dependencies
PHP Build Version
Package Version
No informations.
The package bowlofsoup/interlude contains the following files
Loading the files please wait ....