pear/versioncontrol_git
PEAR’s VersionControl_Git is a PHP library for interacting with Git repositories from your code. It wraps common git commands (status, log, diff, commit, branch, tag, etc.), supports executing via the Git CLI, and helps automate repository workflows in PHP apps.
This package is archived and unmaintained, making it unsuitable for any modern product decisions. It does not support new feature development, roadmap planning, or build-vs-buy evaluations due to critical risks like unpatched security vulnerabilities, compatibility issues with current PHP/Git versions, and lack of community support. Legacy systems still using it should prioritize migration to maintained alternatives rather than extending reliance on this package.
Only consider if maintaining a legacy system where replacing the dependency is technically impossible and the system is isolated from external threats (e.g., internal tools with no internet exposure). For all other cases—including new projects, cloud-native applications, or systems requiring security compliance—look elsewhere. Alternatives like symfony/process (for Git command execution) or Laravel’s built-in shell utilities are actively maintained and safer choices.
"This package is archived—no updates, security patches, or support for years. Using it would introduce unacceptable risk to our product’s stability and security. As a PM, I recommend not adopting it for any new work. Instead, we’ll leverage Laravel’s native shell capabilities or modern maintained libraries like Symfony’s Process component. This avoids technical debt, ensures compliance, and aligns with our commitment to secure, scalable infrastructure."
How can I help you explore Laravel packages today?