Track Awesome Composer Updates Daily
:sunglasses: A curated awesome list for Composer, Packagist, Satis, Plugins, Scripts, Composer related resources, tutorials.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 jakoch/awesome-composer · ⭐ 858 · 🏷️ Programming Languages
Jul 07, 2024
Composer
Support / Stack Overflow
Plugins / IRC
- Composer-Dependency-Analyzer (⭐324) - The plugin helps to find dependency issues, including dead, unused, shadow and misplaced dependencies.
- PHPCodeSniffer-Composer-Installer (⭐541) - The plugin enables you to install PHP_CodeSniffer (⭐11k) coding standards (rulesets).
Tools / IRC
- Composer SemVer Checker - Enables you identify constraint to version resolution issues, by doing a semantic version check for Packagist hosted packages.
Services / IRC
- Dependabot - Dependabot is a dependency update service. It monitors and updates your dependencies by sending a pull-request. The service is free for public repos and personal account repos.
Tutorials / IRC
Blogs / IRC
Videos / IRC
Packagist Mirrors / IRC
- Africa
- South Africa - packagist.co.za
- Asia
- China - https://pkg.xyz/, https://developer.aliyun.com/composer
- India - https://packagist.in/
- Japan - packagist.jp
- Korea - https://packagist.kr/
Satis / IRC
- GitLab-Composer (⭐163) - This is a branch/tag indexer for GitLab repositories.
- Satisfy (⭐509) - Satis composer repository manager with a Web UI.
Jul 22, 2022
Plugins / IRC
- Composer-Velocita (⭐28) - Fast and reliable Composer package downloads using Velocita (⭐61): a caching reverse proxy that does not require you to modify your projects.
Apr 14, 2022
Plugins / IRC
- Composer-Skrub (⭐85) - The plugin helps to remove junk from Composer installations and trim build sizes.
- Composer-Curl-Plugin (⭐5) - The plugin uses
phpext_curl
for downloading packages.
- Composer-Locator (⭐58) - Provides a means of locating the installation path for a given Composer package name.
- Composer-Plugin-Exclude-Files (⭐36) - A plugin for excluding files required by packages using the 'files' autoloading mechanism.
- Composer-Link (⭐54) - Adds the ability to link local packages for development.
- Composer-REPL (⭐100) - The plugin provides the
composer repl
command, which gives you a PHP language shell (read-eval-print loop).
- Composer-Diff (⭐132) - Compares
composer.lock
changes and generates a Markdown report for usage in a pull request description.
Scripts / IRC
- Composer-Substitution-Plugin (⭐50) - A Composer plugin replacing placeholders in the
scripts
section by dynamic values.
Registry Manager / IRC
- https://github.com/slince/composer-registry-manager (⭐545) - The plugin helps you to switch between different composer repositories.
Feb 01, 2022
Videos / IRC
- Lessons learned building the Composer internals - Jordi Boggiano @ CODEiD Odessa PHP Conference 2017
Slides / IRC
- Slides by Jordi Boggiano
Sep 14, 2021
Plugins / IRC
- PackageVersions Deprecated (⭐1.5k) - Is a fork of Ocramius/PackageVersions providing compatibility with Composer 1 and 2 on PHP 7+.
Apr 27, 2021
Tools / IRC
- Composer Semver Range Checker - A tool to help check the satisfiable ranges of a composer constraint.
Repman / IRC
- repman-io/composer-plugin (⭐9) - This plugin enables downloading via Repman by adding a distribution mirror URL for all your dependencies (without need to update the
composer.lock
file).
Nov 18, 2020
Plugins / IRC
- Composer-Symlinker (⭐18) - Enables you to load packages from different directories (instead of loading them from /vendor).
- Composer-Compile-Plugin (⭐12) - Allow PHP libraries to define simple, freeform compilation tasks. Support post-install hooks in any package.
Nov 17, 2020
Composer
Oct 30, 2020
Plugins / IRC
- NodeJS-Installer (⭐108) - Installer for Node.js and npm.
- Node-Composer (⭐6) - Installer for Node.js, npm and yarn.
Oct 26, 2020
Plugins / IRC
- CycloneDX-PHP-Composer (⭐46) - 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.
Sep 10, 2020
Private repositories / IRC
- fxpio/tug (⭐39) - Enables you to host a private Composer registry on AWS Serverless serving your private PHP packages, which are hosted on GitHub or GitLab services.
Packagist-compatible repositories / IRC
- Cloudsmith - A fully managed package management SaaS with PHP/Composer support (and many others).
Jun 07, 2020
Tools / IRC
- Composer-Unused (⭐1.5k) - A CLI tool, which scans your code and shows unused Composer dependencies.
Apr 24, 2020
Repman / IRC
- repman.io & repman-io/repman (⭐508) - A Private PHP Package Repository Manager & Packagist Proxy.
Apr 21, 2020
Scripts / IRC
- PhantomJS-Installer (⭐149) - A Composer Package which installs the PhantomJS binary (Linux, Windows, Mac) into /bin of your project.
- Composer-Vendor-Cleanup (⭐3) - A script which removes whitelisted unnecessary files (like tests/docs etc.) from the vendor directory.
Mar 11, 2020
Composer
- CheatSheet - Overview of CLI commands and
composer.json
schema.
Plugins / IRC
- Composer-Patchset (⭐6) - Automatically fetch, update and apply patches to any composer package with a twist - store the patchset as a composer package itself.
Tools / IRC
- Composer-Normalize (⭐1k) - The plugin helps to keep your
composer.json
file(s) consistent by restructuring and sorting entries (normalizing).
Packagist-compatible repositories / IRC
- Packeton (⭐382) - Private self-hosted Composer repository for vendors. Fork of packagist with adding support for authorization, customer users, groups, webhooks.
Nov 02, 2019
Plugins / IRC
- Composer-Vendor-Cleaner (⭐22) - Plugin removes unnecessary development files and directories from
vendor
directory by glob pattern syntax.
Blogs / IRC
Slides / IRC
- Slides by Nils Adermann
- Source: https://naderman.de/slippy/src/
- PHP Reinvented - How Composer helped shape the new way of writing PHP
- Composer Update
- Dependency Management with Composer PHP Reinvented
- Managing dependencies is more than running "composer update"
- Composer Best Practices @ T3DD17
- Gain Control over your Dependencies with Private Packagist
- Composer.lock demystified
- Compoer In-Depth @ Contao Konferenz 2018
- Composer Best Practices 2018
- Developing and Deploying Magento with Composer Best Practices
- Composer Platform Config (check-platform-reqs) @ SymfonCon 2018
Oct 23, 2019
Plugins / IRC
- Private-Composer-Installer (⭐224) - Install helper outsourcing sensitive keys from the package URL into environment variables.
Oct 22, 2019
Plugins / IRC
- Drupal Vendor Hardening Composer Plugin (⭐14) - Removes extraneous directories from the project's vendor directory & adds .htaccess and web.config files to the root of the project's vendor directory.
Aug 29, 2019
Setup a Packagist Mirror / IRC
- Packagist Mirror (⭐192) - This script helps to setup a packagist mirror. It is the maintained and stable version of Packagist Crawler (⭐56).
Packagist-compatible repositories / IRC
- Firegento - A Composer Repository providing Magento Modules.
Aug 28, 2019
Plugins / IRC
- Composer-Downloads-Plugin (⭐6) - Lightweight mechanism to download external resources (ZIP/TAR files) with only a
url
andpath
.
Jul 29, 2019
Tools / IRC
- Bramus/Composer-Autocomplete (⭐94) - A Bash/Shell autocompletion script for Composer.
- Composer/Xdebug-Handler (⭐2.5k) - Helps you to restart a CLI process without loading the xdebug extension.
Jul 25, 2019
Support / IRC
- IRC channels are on
irc.freenode.org
: #composer for users and #composer-dev for development.
May 01, 2019
Plugins / IRC
- Production-Dependencies-Guard (⭐87) - Prevents development packages from being added into require and getting into production environment.
Jan 03, 2019
Tools / IRC
- Composer PreferLowest Checker (⭐20) - Strictly compare the specified minimum versions of your composer.json with the ones actually used by the prefer-lowest composer update command option.
Dec 17, 2018
Plugins / IRC
- Composer-MonoRepo-Plugin (⭐304) - The plugin helps to manage dependencies for multiple packages in a single repository.
- Composer-Patches (⭐279) - Applies a patch from a local or remote file to any package that is part of a given composer project.
- Composer-Ignore-Plugin (⭐21) - 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
.
- Composer-Shared-Package-Plugin (⭐164) - Allows you to share selected packages between your projects by creating symlinks.
- Composer-Custom-Directory-Installer (⭐136) - A composer plugin, to install different types of composer packages in custom directories outside the default composer installation path (vendor folder).
- Graph-Composer (⭐921) - Provides a graph visualization for your project's
composer.json
and its dependencies.
- PackageInfo (⭐7) - Enables you to retrieve all package informations (like version, tag, release date, description).
- Foxy (⭐172) - Composer plugin that executes npm/yarn packages installation operations, when composer package is installed or updated.
- Composer Registry Manager (⭐545) - Enables you to switch between different composer repositories.
Tools / IRC
- Composer-Yaml (⭐57) - This tool converts
composer.yml
tocomposer.json
.
- Composer-Service (⭐175) - Enables you to run Composer as a service on a remote server.
Scripts / IRC
- ParameterHandler (⭐926) - Allows you to manage your ignored parameters when running a composer install or update.
- Tooly (⭐101) - 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.
- Melody (⭐397) - One-file composer scripts.
Videos / IRC
Packagist-compatible repositories / IRC
- WordPress Packagist - Mirrors the WordPress plugin and theme directories as a Composer repository.
- Asset Packagist - Enables installation of Bower and NPM packages as native Composer packages.
- Drupal Packagist - Composer repositories for Drupal 7 and 8 core, modules, and themes.
- Satis Server (⭐113) - 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.
- Release Belt (⭐162) - Self–hosted Composer repository implementation to quickly integrate ZIP files of third party non–Composer releases.
Dec 09, 2018
Private Packagist / IRC
- Private Packagist Cloud - A Composer Repository as a Service for private packages and to mirror packages from other repositories.
- Private Packagist Enterprise - On-premise self-hosted version of Private Packagist.
- Private Packagist API Client (⭐32) - A PHP client for the Private Packagist API. The client handles authentication, signature generation and access to all endpoints.
Dec 02, 2018
Plugins / IRC
- PHP Inc (⭐5) - Automatically includes files for autoload and autoload-dev to facilitate using functions and grouped definitions within composer loaded applications.
Nov 23, 2018
Plugins / IRC
- Composer Preload (⭐205) - The plugin generates a
vendor/preload.php
file to warm up the Opcache.
Oct 01, 2018
Videos / IRC
Sep 28, 2018
Plugins / IRC
- Narrowspark-Automatic (⭐12) - Automates the most common tasks of applications, boost package downloads, adds a composer security audit and more.
Aug 24, 2018
Plugins / IRC
- Imposter-Plugin (⭐144) - Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.
Jun 10, 2018
Plugins / IRC
- Composer-Git-Hooks (⭐1k) - A library for easily managing git hooks in your composer config.
Scripts / IRC
- Composer-Travis-Lint (⭐6) - Allows you to lint the Travis CI configuration file (
.travis.yml
).
- Composer-Multitest (⭐5) - Enables you to run a Composer script against multiple, locally installed PHP versions, which are managed by PHPBrew or phpenv.
Tutorials / IRC
Setup a Packagist Mirror / IRC
- Docker Image (⭐27) - This Docker image helps to create a customized packagist mirror.
- Packagist Mirror from Indonesia (⭐31) - Another implementation for creating a packagist mirror.
Packagist Mirrors / IRC
- North America
- Canada - packagist.org Main mirror
Mar 08, 2018
Tools / IRC
- OctoLinker Browser Extension (⭐5.3k) - Enables you to navigate Composer/NPM dependencies on GitHub.
Sep 27, 2017
Plugins / IRC
- Composer-Plugin-QA (⭐25) - Comprehensive Plugin for composer to execute PHP Quality assurance Tools.
Packagist Mirrors / IRC
- South America
- Brazil - packagist.com.br
Jul 31, 2017
Videos / IRC
Jul 26, 2017
Plugins / IRC
- Composer-Warmup (⭐180) - The plugin adds the command
warmup-opcode
to Composer, which triggers the compilation of all PHP files discovered in your project into the Opcache.
Jul 17, 2017
Tutorials / IRC
May 02, 2017
Plugins / IRC
- Symfony-Flex (⭐4.1k) - Provides recipe-based (⭐953) installation and configuration management for Symfony packages.
Feb 28, 2017
Toran Proxy / IRC
- ToranProxy (deprecated) - In addition to providing a composer repository ToranProxy acts as a proxy server for Packagist and GitHub.
Feb 16, 2017
Tools / IRC
- ComposerRequireChecker (⭐871) - A CLI tool to analyze dependencies and verify that no unknown imported symbols are used in the sources of a package.
Feb 15, 2017
Plugins / IRC
- Composer-Patches (⭐1.5k) - The plugin applies a patch from a local or remote file to any required package.
Nov 27, 2016
Plugins / IRC
- Composer-Bin-Plugin (⭐453) - Adds support for managing dependencies for multiple packages in a single repository or isolate bin dependencies.
- Composer-Inheritance-Plugin (⭐28) - Opinionated version of Wikimedia composer-merge-plugin to work in pair with Bamarni composer-bin-plugin.
Jul 01, 2016
Plugins / IRC
- Composer-Asset-Plugin (⭐893) - A npm/Bower Dependencies Manager for Composer.
Jun 20, 2016
Satis / IRC
- Satis Control Panel (⭐151) - A simple web UI for managing your Satis Repository with optional CI integration.
- Satis Go (⭐96) - A web server for managing Satis configuration and hosting the generated Composer repository.
Jun 19, 2016
Tutorials / IRC
May 21, 2016
Scripts / IRC
- ScriptsDev (⭐68) - Enables you to use a
scripts-dev
section, which triggers scripts only in dev mode.
May 13, 2016
Plugins / IRC
- Documentation for Plugins - This offical documentation is good starting point, when writing a Composer plugin.
- Composer-AWS (⭐77) - The plugin loads repository data and downloads packages from Amazon S3 (with authentication support for private repositories).
- Composer-Composition (⭐107) - Provides an API, for checking your environment at runtime.
- Composer-Suggest (⭐5) - Enables you to install a custom group of suggested packages, based on keyword patterns.
- Composer-Versions-Check (⭐233) - Shows outdated packages from last major versions after using the update command (showing "Latest is vX.Y.Z").
- Composer-Changelogs (⭐587) - 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.
- Composer-Merge-Plugin (⭐923) - Merges multiple
composer.json
files at Composer runtime.
- Composer-Patches-Plugin (⭐79) - Enables you to provide patches for any package from any package. When the dependency is fetched, the patch is applied on top.
- Composer-Cleanup-Plugin (⭐147) - Removes tests & documentation folders from the vendor dir.
- Composer-Cleaner (⭐133) - The tool removes unnecessary files and directories from the vendor directory.
- Prestissimo (⭐6.2k) - A parallel downloader using
phpext_curl
.
- Composer-Dependency-Analyzer - Allows you to build a dependency graph for an installed composer project.
- PackageVersions (⭐3.2k) - Provides a very quick and easy access to installed composer dependency versions.
Tools / IRC
- Studio (⭐1.1k) - 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.
Tutorials / IRC
Blogs / IRC
Videos / IRC
Jan 30, 2016
Composer
- Composer Installers (⭐1.4k) - Composer installers for multiple frameworks.
Support / Stack Overflow
- You might use the following tags:
composer-php
,packagist
,satis
+php
.