PHP > Composer
Package manager.
Contents
Composer
Plugins
A npm/Bower Dependencies Manager for Composer.
The plugin loads repository data and downloads packages from Amazon S3 (with authentication support for private repositories).
Provides an API, for checking your environment at runtime.
Enables you to install a custom group of suggested packages, based on keyword patterns.
Shows outdated packages from last major versions after using the update command (showing "Latest is vX.Y.Z").
Provides a summary of the updates with links to changelog/releasenote/tag. The output is ready to be pasted into the commit message when updating the composer.lock file.
Merges multiple composer.json files at Composer runtime.
Adds support for managing dependencies for multiple packages in a single repository or isolate bin dependencies.
Opinionated version of Wikimedia composer-merge-plugin to work in pair with Bamarni composer-bin-plugin.
The plugin helps to manage dependencies for multiple packages in a single repository.
Enables you to provide patches for any package from any package. When the dependency is fetched, the patch is applied on top.
The plugin applies a patch from a local or remote file to any required package.
Applies a patch from a local or remote file to any package that is part of a given composer project.
Automatically fetch, update and apply patches to any composer package with a twist - store the patchset as a composer package itself.
Comprehensive Plugin for composer to execute PHP Quality assurance Tools.
Removes tests & documentation folders from the vendor dir.
The tool removes unnecessary files and directories from the vendor directory.
Enables you to remove files and folders from the vendor folder (to make a cleaner and smaller deployment to production). It's an alternative to .gitattributes.
Plugin removes unnecessary development files and directories from vendor directory by glob pattern syntax.
The plugin helps to remove junk from Composer installations and trim build sizes.
Removes extraneous directories from the project's vendor directory & adds .htaccess and web.config files to the root of the project's vendor directory.
Allows you to share selected packages between your projects by creating symlinks.
Enables you to load packages from different directories (instead of loading them from /vendor).
A parallel downloader using phpext_curl.
The plugin uses phpext_curl for downloading packages.
A composer plugin, to install different types of composer packages in custom directories outside the default composer installation path (vendor folder).
The plugin helps to find dependency issues, including dead, unused, shadow and misplaced dependencies.
Provides a graph visualization for your project's composer.json and its dependencies.
Provides a very quick and easy access to installed composer dependency versions.
Is a fork of Ocramius/PackageVersions providing compatibility with Composer 1 and 2 on PHP 7+.
Provides a means of locating the installation path for a given Composer package name.
Enables you to retrieve all package informations (like version, tag, release date, description).
A library for easily managing git hooks in your composer config.
Provides recipe-based installation and configuration management for Symfony packages.
Automates the most common tasks of applications, boost package downloads, adds a composer security audit and more.
The plugin enables you to install PHP_CodeSniffer coding standards (rulesets).
The plugin adds the command warmup-opcode to Composer, which triggers the compilation of all PHP files discovered in your project into the Opcache.
Composer plugin that executes npm/yarn packages installation operations, when composer package is installed or updated.
Installer for Node.js and npm.
Installer for Node.js, npm and yarn.
Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.
The plugin generates a vendor/preload.php file to warm up the Opcache.
Automatically includes files for autoload and autoload-dev to facilitate using functions and grouped definitions within composer loaded applications.
Prevents development packages from being added into require and getting into production environment.
A plugin for excluding files required by packages using the 'files' autoloading mechanism.
Lightweight mechanism to download external resources (ZIP/TAR files) with only a url and path.
Install helper outsourcing sensitive keys from the package URL into environment variables.
Creates a CycloneDX "Software Bill-of-Materials" (SBOM) for the dependencies of a project. The SBOM enables dependency monitoring and risk analysis by OWASP DependencyTrack.
Allow PHP libraries to define simple, freeform compilation tasks. Support post-install hooks in any package.
Adds the ability to link local packages for development.
The plugin provides the composer repl command, which gives you a PHP language shell (read-eval-print loop).
Compares composer.lock changes and generates a Markdown report for usage in a pull request description.
Fast and reliable Composer package downloads using Velocita: a caching reverse proxy that does not require you to modify your projects.
Validates translation files in your project, supports several file formats (regarding different frameworks) and provides useful validators for comparison, consistency and syntax checks.
Composer Repositories
Registry Manager
Private repositories
Repman
Tools
This tool converts composer.yml to composer.json.
A workbench for developing Composer packages. Its an alternative to editing dependencies in the vendor folder or using PathRepositories to load a local clone of your dependency into your project.
Enables you to navigate Composer/NPM dependencies on GitHub.
A CLI tool to analyze dependencies and verify that no unknown imported symbols are used in the sources of a package.
A CLI tool, which scans your code and shows unused Composer dependencies.
The plugin helps to keep your composer.json file(s) consistent by restructuring and sorting entries (normalizing).
Enables you to run Composer as a service on a remote server.
Strictly compare the specified minimum versions of your composer.json with the ones actually used by the prefer-lowest composer update command option.
A Bash/Shell autocompletion script for Composer.
Helps you to restart a CLI process without loading the xdebug extension.
Scripts
Allows you to manage your ignored parameters when running a composer install or update.
Manage needed PHAR files in your project composer.json. Every PHAR file will be saved in the composer binary directory. Optional with GPG verification for every PHAR.
One-file composer scripts.
Allows you to lint the Travis CI configuration file (.travis.yml).
Enables you to run a Composer script against multiple, locally installed PHP versions, which are managed by PHPBrew or phpenv.
Enables you to use a scripts-dev section, which triggers scripts only in dev mode.
A Composer Package which installs the PhantomJS binary (Linux, Windows, Mac) into /bin of your project.
A script which removes whitelisted unnecessary files (like tests/docs etc.) from the vendor directory.
A Composer plugin replacing placeholders in the scripts section by dynamic values.
Packagist
Setup a Packagist Mirror
This script helps to setup a packagist mirror. It is the maintained and stable version of Packagist Crawler.
This Docker image helps to create a customized packagist mirror.
Another implementation for creating a packagist mirror.
Packagist-compatible repositories
This docker container provides a Satis Server and enables you to run a private, self-hosted Composer repository with support for Git, Mercurial, and Subversion, HTTP API, HTTPs support, webhook handler and scheduled builds.
Self–hosted Composer repository implementation to quickly integrate ZIP files of third party non–Composer releases.
Private self-hosted Composer repository for vendors. Fork of packagist with adding support for authorization, customer users, groups, webhooks.
Satis
This is a branch/tag indexer for GitLab repositories.
Satis composer repository manager with a Web UI.
A simple web UI for managing your Satis Repository with optional CI integration.
A web server for managing Satis configuration and hosting the generated Composer repository.