macOS
brew install modmanlocal Homebrew formula metadata
brew
Module deployment script geared towards Magento development. Version 1.14 via Homebrew; verified from local package data.
install
brew install modmanlocal Homebrew formula metadata
overview
Module deployment script geared towards Magento development
history
modman, short for Module Manager, is a Bash deployment script by Colin Mollenhour, copyrighted from 2009 and strongly associated with Magento extension development. Its README explains the original pain point: some software, especially Magento, forced extension files to be interleaved through core application directories, making version control and deployment awkward. modman answered that by keeping each module checked out under `.modman` and maintaining symlinks into the target tree according to a mapping file.
In practice, modman became a small Unixy tool for Magento developers who wanted separate repositories for extensions before Composer became the dominant PHP packaging path. It supports Git and Subversion checkouts, a deploy command for already-checked-out code, and a plain text mapping file rather than a package registry. Community Magento posts and extension READMEs used it as an installation path, and a 2015 Magento 2 development article identified Colin Mollenhour as its creator and described the ability to attach multiple local repositories to a Magento project as its key feature.
The Homebrew formula packages the `modman` executable for macOS and Linux users. Its niche is historical but still legible: it is not a general package manager so much as a symlink-based module layout tool for codebases that predate cleaner extension packaging.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
modman | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/colinmollenhour/modman
install metadata
| Package key | brew:modman |
|---|---|
| Version | 1.14 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/modman |
| Homepage | https://github.com/colinmollenhour/modman |
| Repository | https://github.com/colinmollenhour/modman |
| Upstream docs | https://github.com/colinmollenhour/modman#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/colinmollenhour/modman/archive/refs/tags/1.14.tar.gz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | modman |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.