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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to php/pie

Open-source alternatives to Php Pie

30 open-source projects similar to php/pie, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Php Pie alternative.

  • roots/bedrockAvatar de roots

    roots/bedrock

    6,531Voir sur GitHub↗

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

    PHPbedrockcomposerphp
    Voir sur GitHub↗6,531
  • composer/installersAvatar de composer

    composer/installers

    1,435Voir sur GitHub↗

    A Multi-Framework Composer Library Installer

    PHP
    Voir sur GitHub↗1,435
  • composer/satisAvatar de composer

    composer/satis

    3,280Voir sur GitHub↗

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

    PHP
    Voir sur GitHub↗3,280
  • composer-unused/composer-unusedAvatar de composer-unused

    composer-unused/composer-unused

    1,681Voir sur GitHub↗

    Show unused composer dependencies by scanning your code

    PHP
    Voir sur GitHub↗1,681
  • cweagans/composer-patchesAvatar de cweagans

    cweagans/composer-patches

    1,708Voir sur GitHub↗

    Simple patches plugin for Composer

    PHP
    Voir sur GitHub↗1,708
  • damnwidget/vengoD

    DamnWidget/VenGO

    0Voir sur GitHub↗
    Voir sur GitHub↗0

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • dereuromark/composer-prefer-lowestAvatar de dereuromark

    dereuromark/composer-prefer-lowest

    22Voir sur GitHub↗

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

    PHP
    Voir sur GitHub↗22
  • devxoul/cocoaseedsD

    devxoul/CocoaSeeds

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • drkjeff16/pipenv.nvimAvatar de DrKJeff16

    DrKJeff16/pipenv.nvim

    8Voir sur GitHub↗

    Asynchronous Pipenv management from within Neovim.

    Lua
    Voir sur GitHub↗8
  • ergebnis/composer-normalizeAvatar de ergebnis

    ergebnis/composer-normalize

    1,111Voir sur GitHub↗

    🎵 Provides a composer plugin for normalizing composer.json.

    PHP
    Voir sur GitHub↗1,111
  • friendsofphp/pickleAvatar de FriendsOfPHP

    FriendsOfPHP/pickle

    1,651Voir sur GitHub↗

    PHP Extension installer

    PHP
    Voir sur GitHub↗1,651
  • golang/depAvatar de golang

    golang/dep

    12,737Voir sur 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
    Voir sur GitHub↗12,737
  • gomods/athensAvatar de gomods

    gomods/athens

    4,773Voir sur 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
    Voir sur GitHub↗4,773
  • goproxy/goproxy.cnAvatar de goproxy

    goproxy/goproxy.cn

    7,082Voir sur 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
    Voir sur GitHub↗7,082
  • goproxyio/goproxyAvatar de goproxyio

    goproxyio/goproxy

    5,871Voir sur 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
    Voir sur GitHub↗5,871
  • gpmgo/gopmAvatar de gpmgo

    gpmgo/gopm

    2,445Voir sur GitHub↗

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

    Go
    Voir sur GitHub↗2,445
  • jankuca/swmJ

    jankuca/swm

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • jesperlundberg/projektgunnar.nvimAvatar de JesperLundberg

    JesperLundberg/projektgunnar.nvim

    20Voir sur 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
    Voir sur GitHub↗20
  • jingweno/nutJ

    jingweno/nut

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • kardianos/govendorAvatar de kardianos

    kardianos/govendor

    4,895Voir sur 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
    Voir sur GitHub↗4,895
  • kylebanks/gogglesK

    KyleBanks/goggles

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • lunny/gopL

    lunny/gop

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • lyricalsecurity/gigoL

    LyricalSecurity/gigo

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • maglnet/composerrequirecheckerAvatar de maglnet

    maglnet/ComposerRequireChecker

    1,002Voir sur GitHub↗

    A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies

    PHP
    Voir sur GitHub↗1,002
  • masterminds/glideAvatar de Masterminds

    Masterminds/glide

    8,095Voir sur GitHub↗

    Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz

    Gogogolangpackage-management
    Voir sur GitHub↗8,095
  • mattn/gomAvatar de mattn

    mattn/gom

    1,373Voir sur GitHub↗

    Go Manager - bundle for go

    Go
    Voir sur GitHub↗1,373
  • nitrous-io/goopN

    nitrous-io/goop

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • owenthereal/goupAvatar de owenthereal

    owenthereal/goup

    597Voir sur GitHub↗
    Gogolanginstallerversion-manager
    Voir sur GitHub↗597
  • piersolenski/import.nvimAvatar de piersolenski

    piersolenski/import.nvim

    262Voir sur GitHub↗

    An import picker that learns from your codebase

    Lua
    Voir sur GitHub↗262
  • pote/gpmAvatar de pote

    pote/gpm

    1,175Voir sur GitHub↗

    Barebones dependency manager for Go.

    Shell
    Voir sur GitHub↗1,175