Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Composer-patches Alternatives
Similar projects and alternatives to composer-patches
-
Repman
Repman - PHP Repository Manager: packagist proxy and host for private packages
-
Packagist
Package Repository Website - try https://packagist.com if you need your own -
-
Cloudways
Cloudways' Black Friday Offer - 1st Choice of Developers. Cloudways: Devs' 1st choice for managed hosting! Pick from top-tier Cloud providers like DigitalOcean, AWS, and GCE. Limited-time deal: 40% OFF for 4 Months + 40 Free Migrations.
-
ComposerRequireChecker
A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies
-
Torch
Examples of using each Illuminate component in non-Laravel applications
-
comments
Native comments for your Laravel application. (by laravelista)
-
WordPress Packagist
WordPress Packagist — manage your plugins with Composer
-
Composer Merge Plugin
Merge one or more additional composer.json files at Composer runtime
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
composer-diff
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
-
-
composer-drupal-lenient
Allows installing Drupal extensions even if not compatible with installed drupal/core package
-
Composed
Easily parse your project's Composer configuration, and those of its dependencies, at runtime
-
-
-
-
-
bypass-finals
Removes `final` and `readonly` keywords from source code on-the-fly and allows mocking of final methods and classes. It can be used together with any test tool such as PHPUnit or Mockery.
-
-
laravel-strict-coding-standard
PHP_CodeSniffer rules for Laravel to force the "right" design of the app
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
composer-patches reviews and mentions
-
Laravel considered harmful
I've had problems with libraries using final having an API that isn't customizable enough in a particular way I need because I'm innovating in some way they could never have considered in the past, so my choice ends up either needing to fork the library or monkey patch it with https://github.com/cweagans/composer-patches so I can get rid of final so I can keep using it. They wouldn't accept a change in API or behaviour because it would break things for other users, etc.
-
Thoughts on running patches in production?
There are cool tools to integrate patches from drupal.org (or your own custom patches) into your composer managed drupal website. For example (not drupal specific but works well with drupal+composer): https://github.com/cweagans/composer-patches
-
Is there a way to apply a patch to an AUR package on the fly, without editing the PKGBUILD?
If the PR get's merged, I want `yay` or `pacman` to skip the patch. Ideally it would be declared in a pacman.patches file or similar to what https://github.com/cweagans/composer-patches provides for composer PHP package managment.
- Procedure for critical dependency lagging behind?
-
Modifying a Package Controller
https://github.com/cweagans/composer-patches - this lets you patch packages when they are pulled in by Composer. I have used it in the past to get minor bugfixes into a project ASAP without having to wait for upstream or forking the entire package.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 1 Dec 2023
Stats
cweagans/composer-patches is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of composer-patches is PHP.
Popular Comparisons
- composer-patches VS Repman
- composer-patches VS Packagist
- composer-patches VS ComposerRequireChecker
- composer-patches VS WordPress Packagist
- composer-patches VS comments
- composer-patches VS Composer Merge Plugin
- composer-patches VS Torch
- composer-patches VS composer-diff
- composer-patches VS Composed
- composer-patches VS composer-drupal-lenient