Libraries tagged by class-name
micropackage/classnames
20123 Downloads
Simple PHP utility class for conditionally joining class names together.
kassko/class-resolver
39797 Downloads
Retrieve an object from a class name.
ahinkle/auto-resolvable-blade-components
12525 Downloads
A Laravel package to automatically resolve your Blade Component views based on the component class names.
eloquent/cosmos
6293 Downloads
A library for representing and manipulating PHP class names.
mostka/phptojs
830 Downloads
Php to JS converter convert PHP code into JavaScript. Support Classes, namespaces, inheritance and more.
sunnysideup/sanitise-class-name
969 Downloads
Sanitises a classname to hyphens and also back to backslashes as needed.
robclancy/class-name-fix-utility
4 Downloads
This is used to rename badly named classes. Comes with built in Laravel support to rename `Facade` to `Surrogate`.
jawitold/fqcn-extractor
61 Downloads
A lightweight PHP utility to extract the Fully Qualified Class Name (FQCN) from a PHP source file using the built-in tokenizer.
sunnysideup/elementalarea-check
9 Downloads
Provide tasks to clean up the ElementalArea table where the class names do not match to the pages
rkr/class-finder
111 Downloads
A tool to find full qualified class-names from a list of files
meraki/http-router
322 Downloads
Class-driven HTTP router for PHP 8.4+ — the action class name encodes intent (Collection / Item / Action), with no inflection, no route files, and pluggable casters for typed parameters.
makinacorpus/normalization
5534 Downloads
Tooling for class name to business name maping, some intergration with Symfony and other tools
jerrylopez/classnames
302 Downloads
A utility to construct HTML class name strings in PHP
fzaninotto/phpclassnamegenerator
12 Downloads
Generate PSR-0 compliant class names with ease
fromholdio/silverstripe-commonancestor
1199 Downloads
A small utility class that accepts an array of class name, compares their class ancestories, and identifies their closest common ancestor class.