Libraries tagged by phpmd
agilekeys/code-standards
14 Downloads
The coding standard of the PHP projects, includes PHPMD and PHPCS rules.
vlucas/phpdotenv
672175107 Downloads
Loads environment variables from `.env` to `$_ENV` and `$_SERVER` automagically, and optionally to `getenv()`.
phpmailer/phpmailer
113183566 Downloads
PHPMailer is a full-featured email creation and transfer class for PHP
phpdocumentor/reflection-common
762027515 Downloads
Common reflection classes used by phpdocumentor to reflect the code structure
barryvdh/laravel-ide-helper
140723345 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
phpdocumentor/type-resolver
775447458 Downloads
A PSR-5 based resolver of Class names, Types and Structural Element Names
phpdocumentor/reflection-docblock
776268063 Downloads
With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.
phpstan/phpdoc-parser
393205965 Downloads
PHPDoc parser with support for nullable, intersection and generic types
symfony/property-info
298193835 Downloads
Extracts information about PHP class' properties using metadata of popular sources
zircote/swagger-php
153647027 Downloads
Generate interactive documentation for your RESTful API using PHP attributes (preferred) or PHPDoc annotations
phpmetrics/phpmetrics
16262916 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
symfony/type-info
86945567 Downloads
Extracts PHP types information.
phpmyadmin/sql-parser
53674072 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
povils/phpmnd
6111241 Downloads
A tool to detect Magic numbers in codebase
phpdocumentor/phpdocumentor
3149684 Downloads
Documentation Generator for PHP