Libraries tagged by class-names
micropackage/classnames
20308 Downloads
Simple PHP utility class for conditionally joining class names together.
meraki/http-router
333 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.
kassko/class-resolver
40012 Downloads
Retrieve an object from a class name.
ahinkle/auto-resolvable-blade-components
12652 Downloads
A Laravel package to automatically resolve your Blade Component views based on the component class names.
eloquent/cosmos
6307 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.
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`.
sunnysideup/classname-fixer
25 Downloads
Checks all your class names and, if they do not exist (anymore), finds the best new match and updates them.
jawitold/fqcn-extractor
81 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
21 Downloads
Provide tasks to clean up the ElementalArea table where the class names do not match to the pages
sorciulus/simple-factory
5025 Downloads
This library generate object from class name
makinacorpus/normalization
5545 Downloads
Tooling for class name to business name maping, some intergration with Symfony and other tools
jerrylopez/classnames
306 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
1212 Downloads
A small utility class that accepts an array of class name, compares their class ancestories, and identifies their closest common ancestor class.