awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to wikimedia/composer-merge-plugin

Projects sharing features with Composer Merge Plugin

30 open-source projects similar to wikimedia/composer-merge-plugin, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • roots/bedrockroots avatar

    roots/bedrock

    6,531View on GitHub↗

    WordPress boilerplate with Composer and Git, easier configuration, and an improved folder structure

    PHPbedrockcomposerphp
    View on GitHub↗6,531
  • bamarni/composer-bin-pluginbamarni avatar

    bamarni/composer-bin-plugin

    528View on GitHub↗

    1. Why? A hard problem with a simple solution. 1. Usage; How does this plugin work? 1. Installation 1. Configuration 1. Bin links (bin-links) 1. Target directory (target-directory) 1. Forward command (forward-command) 1. Tips & Tricks 1. Auto-installation 1. Reduce clutter 1. GitHub Actions…

    PHP
    View on GitHub↗528
  • bamarni/compositionbamarni avatar

    bamarni/composition

    103View on GitHub↗

    Composition provides a lightweight and generic API, that you can use to check your environment at runtime, instead of manually go checking for regex in constants, classes/functions existence, matching a version against a class constant, ...

    PHP
    View on GitHub↗103
  • carthage/carthageCarthage avatar

    Carthage/Carthage

    15,174View on GitHub↗

    Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It functions as a Git-based framework manager and binary distribution tool used to fetch, build, and manage external libraries. The project distinguishes itself by supporting the production and distribution of platform-independent binary frameworks and static libraries. It utilizes Git tags and submodules to lock specific versions of external libraries and provides mechanisms to distribute prebuilt binaries via zipped release archives. The system covers dependency resolution and version

    Swift
    View on GitHub↗15,174

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • composer/installerscomposer avatar

    composer/installers

    1,435View on GitHub↗

    A Multi-Framework Composer Library Installer

    PHP
    View on GitHub↗1,435
  • composer/satiscomposer avatar

    composer/satis

    3,280View on GitHub↗

    Simple static Composer repository generator - For a full private Composer repo use Private Packagist

    PHP
    View on GitHub↗3,280
  • composer-unused/composer-unusedcomposer-unused avatar

    composer-unused/composer-unused

    1,681View on GitHub↗

    Show unused composer dependencies by scanning your code

    PHP
    View on GitHub↗1,681
  • cweagans/composer-patchescweagans avatar

    cweagans/composer-patches

    1,708View on GitHub↗

    Simple patches plugin for Composer

    PHP
    View on GitHub↗1,708
  • damnwidget/vengoD

    DamnWidget/VenGO

    0View on GitHub↗
    View on GitHub↗0
  • dereuromark/composer-prefer-lowestdereuromark avatar

    dereuromark/composer-prefer-lowest

    22View on GitHub↗

    Checks prefer-lowest installation for actually defined min versions in composer.json

    PHP
    View on GitHub↗22
  • devxoul/cocoaseedsD

    devxoul/CocoaSeeds

    0View on GitHub↗
    View on GitHub↗0
  • drkjeff16/pipenv.nvimDrKJeff16 avatar

    DrKJeff16/pipenv.nvim

    8View on GitHub↗

    Asynchronous Pipenv management from within Neovim.

    Lua
    View on GitHub↗8
  • ergebnis/composer-normalizeergebnis avatar

    ergebnis/composer-normalize

    1,111View on GitHub↗

    🎵 Provides a composer plugin for normalizing composer.json.

    PHP
    View on GitHub↗1,111
  • friendsofphp/pickleFriendsOfPHP avatar

    FriendsOfPHP/pickle

    1,651View on GitHub↗

    PHP Extension installer

    PHP
    View on GitHub↗1,651
  • fxpio/composer-asset-pluginfxpio avatar

    fxpio/composer-asset-plugin

    888View on GitHub↗

    NPM/Bower Dependency Manager for Composer

    PHP
    View on GitHub↗888
  • gianlucap106/gotmuxGianlucaP106 avatar

    GianlucaP106/gotmux

    49View on GitHub↗

    Go library for tmux

    Go
    View on GitHub↗49
  • golang/depgolang avatar

    golang/dep

    12,737View on GitHub↗

    This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible builds across different environments. It functions as a version lock file manager, recording complete snapshots of the dependency graph to prevent version drift, and as a semantic version constraint resolver that calculates compatible package versions. The tool orchestrates a local vendor directory, mirroring external source code to enable offline builds and source auditing. It utilizes a combination of static analysis to discover required libraries and a logic engine to inte

    Godependency-managergolangpackage-manager
    View on GitHub↗12,737
  • gomods/athensgomods avatar

    gomods/athens

    4,773View on GitHub↗

    Athens is a Go module proxy server and dependency cache that provides a persistent storage system for Go dependencies. It acts as a mirror and datastore to ensure reproducible build environments by storing immutable copies of external packages, protecting against upstream deletions or outages. The project distinguishes itself by serving as a secure gateway for private Go module hosting, utilizing authentication tokens, SSH keys, and GitHub Apps to retrieve dependencies from private version control systems. It further enables software dependency compliance through request filtering and checksu

    Goathensdependenciesdependency-manager
    View on GitHub↗4,773
  • goproxy/goproxy.cngoproxy avatar

    goproxy/goproxy.cn

    7,082View on GitHub↗

    goproxy.cn is a Go module proxy and checksum database proxy designed to manage the availability and integrity of Go software modules. It provides a regional mirror of modules to ensure reliable dependency downloads for build pipelines and CI/CD optimization. The service utilizes a content delivery network for module mirroring and distribution to reduce latency. It employs a lazy-loading proxy cache that retrieves and stores modules from primary sources on demand to optimize storage. The platform includes software download analytics to track version-specific download counts and usage trends.

    HTMLchinagogoproxy
    View on GitHub↗7,082
  • goproxyio/goproxygoproxyio avatar

    goproxyio/goproxy

    5,871View on GitHub↗

    goproxy is a Go module proxy server that caches and serves Go module dependencies to accelerate builds and improve reliability. It acts as an HTTP server that proxies requests to upstream sources, caching downloaded modules locally so repeated requests are served instantly without re-downloading. The project provides a mirror that stores a read-only copy of public Go modules for offline or accelerated access, and can bypass checksum database verification for private or unrecognized modules. The proxy is configured entirely through Go environment variables like GOPROXY, GONOSUMCHECK, and GONOS

    Gogogolanggoproxy
    View on GitHub↗5,871
  • gpmgo/gopmgpmgo avatar

    gpmgo/gopm

    2,445View on GitHub↗

    Go Package Manager (gopm) is a package manager and build tool for Go.

    Go
    View on GitHub↗2,445
  • hlaueriksson/community.powertoys.run.plugin.abstractionshlaueriksson avatar

    hlaueriksson/Community.PowerToys.Run.Plugin.Abstractions

    2View on GitHub↗

    This NuGet package is intended for PowerToys Run community plugins authors.

    C#
    View on GitHub↗2
  • hlaueriksson/community.powertoys.run.plugin.dependencieshlaueriksson avatar

    hlaueriksson/Community.PowerToys.Run.Plugin.Dependencies

    13View on GitHub↗

    This NuGet package simplifies referencing all PowerToys Run Plugin dependencies.

    View on GitHub↗13
  • hlaueriksson/community.powertoys.run.plugin.linthlaueriksson avatar

    hlaueriksson/Community.PowerToys.Run.Plugin.Lint

    3View on GitHub↗

    This is a dotnet tool that requires:

    C#
    View on GitHub↗3
  • hlaueriksson/community.powertoys.run.plugin.templateshlaueriksson avatar

    hlaueriksson/Community.PowerToys.Run.Plugin.Templates

    20View on GitHub↗

    These dotnet new templates simplify creating PowerToys Run plugin projects and solutions.

    C#
    View on GitHub↗20
  • hlaueriksson/community.powertoys.run.plugin.updatehlaueriksson avatar

    hlaueriksson/Community.PowerToys.Run.Plugin.Update

    9View on GitHub↗

    This NuGet package is intended for PowerToys Run community plugins authors.

    C#
    View on GitHub↗9
  • jankuca/swmJ

    jankuca/swm

    0View on GitHub↗
    View on GitHub↗0
  • jesperlundberg/projektgunnar.nvimJesperLundberg avatar

    JesperLundberg/projektgunnar.nvim

    20View on GitHub↗

    Gunnar is the nice old Swedish man who helps you add projects or packages to dotnet solutions so you can take a Fika(tm) instead of having to remember how to do the different dotnet commands.

    Lua
    View on GitHub↗20
  • jingweno/nutJ

    jingweno/nut

    0View on GitHub↗
    View on GitHub↗0
  • kardianos/govendorkardianos avatar

    kardianos/govendor

    4,895View on GitHub↗

    govendor is a toolset for Go dependency management that enables the replication of external packages into a local directory to ensure reproducible builds without requiring active network access. It functions as a dependency vendor tool and version manager, fetching specific git revisions, tags, or branches of remote packages. The project includes a dependency auditor to identify missing, modified, or outdated packages compared to their remote sources. It also provides a license extraction utility that discovers and lists the legal licenses associated with project import paths and dependencies

    Gogogolangvendor
    View on GitHub↗4,895