⚠️ 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.
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.