Libraries tagged by class compiler
genai/validation
22 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.
fruit/compilekit
56 Downloads
Helper to generate anonymous class for Fruit Framework
masterei/laravel-utils
39 Downloads
Existing projects utility classes compilation.
liquidrazor/registry-loader
0 Downloads
Compile-time bridge from class discovery to a compiled DIRegistry for LiquidRazor.
kilahm/ioc-factory-container
43 Downloads
Using attributes, compile your factories into a single class
barryvdh/laravel-ide-helper
133993401 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
markbaker/complex
309875313 Downloads
PHP Class for working with complex numbers
composer/class-map-generator
141082417 Downloads
Utilities to scan PHP code and generate class maps.
wapmorgan/morphos
1391361 Downloads
A morphological solution for Russian and English language written completely in PHP. Provides classes to inflect personal names, geographical names, decline and pluralize nouns, generate cardinal and ordinal numerals, spell out money amounts and time.
laminas/laminas-validator
48608578 Downloads
Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
typo3/class-alias-loader
14731872 Downloads
Amends the composer class loader to support class aliases to provide backwards compatibility for packages
tomasvotruba/cognitive-complexity
5669710 Downloads
PHPStan rules to measure cognitive complexity of your classes and methods
zendframework/zend-validator
36636383 Downloads
Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
nilportugues/sql-query-formatter
1166179 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
imanghafoori/composer-json
339860 Downloads
A utility class to read from composer.json file.