PHP Package: sirbrillig/phpcs-changed

PHPCS-Changed is a PHP library that efficiently checks for code changes in PHP files

Current Version: 2.11.8
Last Updated: 2025-03-11
PHP Requirement: ^7.1 || ^8.0
Dependencies: None

Package Description

PHPCS-Changed is a PHP library designed to detect and analyze code modifications in PHP files, aiding developers in maintaining code quality. This tool seamlessly integrates with PHP_CodeSniffer (PHPCS), ensuring optimal code review processes. With a user-friendly interface, PHPCS-Changed enables quick identification of altered code segments, supporting teams in tracking modifications and ensuring project integrity. Improve your development workflow by streamlining code reviews and identifying changes effectively with PHPCS-Changed.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.11.8

Download Download v2.11.8

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/sirbrillig/phpcs-changed/2.11.8/loader.php';
require_once 'libs/vendor3/name3/{lib_version}/loader.php';

use Namespace\TestClass1;
use Namespace\TestClass2;

$obj = new TestClass1();
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.