PHP Package: symplify/vendor-patches

Vendor Patches is a PHP library that provides essential patches for vendor packages, enhancing compatibility and performance in your project.

Current Version: 9.4.1
Last Updated: Date not available
PHP Requirement: >=8.0
Dependencies:
symplify/package-builder
symplify/symfony-route-usage
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Vendor Patches is a versatile PHP library designed to streamline the integration of vendor packages into your projects. It offers a suite of patches that optimize compatibility, enhance performance, and resolve common issues. By applying these patches, developers can ensure smooth interaction with various vendor packages, ultimately improving the overall stability and efficiency of their applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 9.4.1

Download Download v9.4.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/symplify/vendor-patches/9.4.1/loader.php';
require_once 'libs/symplify/package-builder/{lib_version}/loader.php';
require_once 'libs/symplify/symfony-route-usage/{lib_version}/loader.php';

use Symplify\VendorPatches\Patch\ComposerJsonPatch;
use Symplify\PackageBuilder\DependencyInjection\CompilerPass\AutowireArrayParameterCompilerPass;

$obj = new ComposerJsonPatch();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.