PHP Package: overtrue/phplint

PHP library for linting PHP files, ensuring code quality and adherence to coding standards.

Current Version: 9.5.6
Last Updated: 2025-01-15
PHP Requirement: ^8.1
Dependencies:
nikic/php-parser
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

phplint is a reliable PHP library that performs static analysis on PHP files, identifying syntax errors, potential bugs, and enforcing coding standards. It helps developers maintain clean and error-free code through automated checks. The library is lightweight, efficient, and easy to integrate into development workflows, making it an essential tool for PHP projects of all sizes.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 9.6.2

Clock Coming soon

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/overtrue/phplint/9.6.2/loader.php';
require_once 'libs/php/{lib_version}/loader.php';
require_once 'libs/nikic/php-parser/5.6.1/loader.php';

use Overtrue\PHPLint\PHPLint;

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