PHP Package: icecave/parity

Parity is a PHP library that provides tools for ensuring code consistency and quality through static analysis and coding standards enforcement.

Current Version: 3.0.1
Last Updated: 2021-02-04
PHP Requirement: >=7.3
Dependencies:
icecave/hamcrest-php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Parity is a feature-rich PHP library designed to enhance the development process by enforcing coding standards, performing static analysis, and ensuring consistent code quality. It offers a comprehensive set of tools that help developers maintain clean, readable, and maintainable codebases.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.1

Download Download v3.0.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/icecave/parity/3.0.1/loader.php';
require_once 'libs/icecave/hamcrest-php/{lib_version}/loader.php';

use icecave\Parity\Analyzer;

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