Libraries tagged by defect
cbschuld/browser.php
5539609 Downloads
A PHP Class to detect a user's Browser. This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string. This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.
spaze/phpstan-disallowed-calls
12309807 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
sirbrillig/phpcs-variable-analysis
37212777 Downloads
A PHPCS sniff to detect problems with variables.
povils/phpmnd
4543250 Downloads
A tool to detect Magic numbers in codebase
suncat/mobile-detect-bundle
5192003 Downloads
Symfony2/3/4 bundle for detect mobile devices, managing mobile view types, redirect to mobile version.
shipmonk/dead-code-detector
88994 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
riverskies/laravel-mobile-detect
1196162 Downloads
Instant mobile detection access directly from within Blade templates.
jaybizzle/laravel-crawler-detect
1982847 Downloads
A Laravel package to detect web crawlers via the user agent
foroco/php-browser-detection
2728240 Downloads
Ultra fast PHP library to detect browser, OS, platform and device type by User-Agent parsing
ergebnis/phpunit-slow-test-detector
3479681 Downloads
Provides facilities for detecting slow tests in phpunit/phpunit.
pragmarx/tracker
285775 Downloads
A Laravel Visitor Tracker
fgribreau/mailchecker
542432 Downloads
Temporary (disposable/throwaway) email detection library. Covers 1987 fake email providers.
tomasvotruba/unused-public
2034136 Downloads
Detect unused public properties, constants and methods in your code
tomasvotruba/class-leak
807229 Downloads
Detect leaking classes
thecodingmachine/phpstan-safe-rule
7344675 Downloads
A PHPStan rule to detect safety issues. Must be used in conjunction with thecodingmachine/safe