Libraries tagged by class names
fabianblum/phpcs-psr4-sniff
1719 Downloads
PHP_CodeSniffer sniff that checks class name matches PSR-4 project structure. (PHP 8.3 ready)
frozzare/wp-autoload
16369 Downloads
Simple autoloader that will autoload classes or traits with namespace prefix
ahinkle/auto-resolvable-blade-components
9315 Downloads
A Laravel package to automatically resolve your Blade Component views based on the component class names.
keltstr/yii2-simplehtmldom
169256 Downloads
"PHP Simple HTML DOM Parser" rev.210 adapted to Yii2 psr-4(namespace autoload class) based on serhatozles/yii2-simplehtmldom(rev.196)
webdevvie/emoji
10296 Downloads
A php class that has descriptive names for the emojis and said emojis as its value
johannebert/laravel-spam-protector
27497 Downloads
Laravel Spam Protector class to check ip, name, email for spam that uses the StopForumSpam Api https://www.stopforumspam.com/usage
bartlett/php-reflect
93137 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
hostnet/entity-translation-bundle
88159 Downloads
Translation bundle to help with rendering pretty names for enum-like classes.
evanshunt/lumberjack-sort-and-summary
7649 Downloads
Uses $summary_fields, $default_sort, and $plural_name for LumberJack when only one class is allowed for children
steefdw/standards-enums
22556 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
highwire/better-dom-document
22100 Downloads
BetterDOMDocument is a handy PHP utility class for working with XML. It's a wrapper for PHP's built in DOMDocument that provides a bunch of nice shortcuts that makes working with XML in PHP a breeze. It has great built-in support for namespaces, and xpath.
kassko/class-resolver
34617 Downloads
Retrieve an object from a class name.
jerowork/file-class-reflector
1091 Downloads
Get fully-qualified class names based on directory and file paths.
hbsolutions/php-class-name-transformer
657 Downloads
PHP utility for class names "magic".
alex-oleshkevich/classnames
27324 Downloads
A missing class name extractor from PHP files.