Libraries tagged by classname
sorciulus/simple-factory
4950 Downloads
This library generate object from class name
korcontrol/craft-classy
8074 Downloads
Twig helpers inspired by https://github.com/JedWatson/classnames
kassko/class-resolver
39774 Downloads
Retrieve an object from a class name.
hananils/kirby-attrs-helper
13 Downloads
Setting attributes on elements in snippets and templates quickly becomes convoluted. This gets worse if attributes require additional logic, like conditionally adding segmented values like classnames or datasets. Attributes helper mitigates this issue by offering a simple interface to set attributes.
sunnysideup/sanitise-class-name
960 Downloads
Sanitises a classname to hyphens and also back to backslashes as needed.
zero-to-prod/psr4-classname
2130 Downloads
Generates a valid PSR-4 Compliant Classname from a string.
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`.
jerrylopez/classnames
299 Downloads
A utility to construct HTML class name strings in PHP
alex-oleshkevich/classnames
27957 Downloads
A missing class name extractor from PHP files.
pskordilakis/blade-class-directive
1158 Downloads
Laravel blade class directive
jawitold/fqcn-extractor
53 Downloads
A lightweight PHP utility to extract the Fully Qualified Class Name (FQCN) from a PHP source file using the built-in tokenizer.
restruct/silverstripe-database-migrations
345 Downloads
Database migration utilities for SilverStripe: table renames, classname remapping, column renames, and table merges during dev/build
meraki/http-router
321 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
5529 Downloads
Tooling for class name to business name maping, some intergration with Symfony and other tools
fromholdio/silverstripe-commonancestor
1193 Downloads
A small utility class that accepts an array of class name, compares their class ancestories, and identifies their closest common ancestor class.