Libraries tagged by classname
xakepehok/value-object-builder
6018 Downloads
This helper can create object from passed classname and value, or return null, if passed value is also null
makinacorpus/normalization
5049 Downloads
Tooling for class name to business name maping, some intergration with Symfony and other tools
kassko/class-resolver
38030 Downloads
Retrieve an object from a class name.
sunnysideup/sanitise-class-name
682 Downloads
Sanitises a classname to hyphens and also back to backslashes as needed.
zero-to-prod/psr4-classname-cli
236 Downloads
A CLI to generate a PSR-4 compliant classname
upline/bem-classname
223 Downloads
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
247 Downloads
A utility to construct HTML class name strings in PHP
dynamic/silverstripe-classname-update-tasks
3129 Downloads
Module that updates legacy classnames stored in the database to FQN
eloquent/cosmos
6252 Downloads
A library for representing and manipulating PHP class names.
pskordilakis/blade-class-directive
1158 Downloads
Laravel blade class directive
sorciulus/simple-factory
4165 Downloads
This library generate object from class name
mcaskill/php-get-var-type
10044 Downloads
Get the type, resource name, or class name of a variable.
hananils/kirby-attrs-helper
2 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.
fromholdio/silverstripe-commonancestor
1065 Downloads
A small utility class that accepts an array of class name, compares their class ancestories, and identifies their closest common ancestor class.