Libraries tagged by fqcns
carlhannes/find-namespace-php
37 Downloads
Find namespaces in PHP projects using this php cli tool
psiphp/object-render-bundle
15 Downloads
Locate and render Twig templates based on object FQCNs
psiphp/object-agent-bundle
37 Downloads
Locate and render Twig templates based on object FQCNs
adamwojs/php-cs-fixer-phpdoc-force-fqcn
1186313 Downloads
wol-soft/fqcn-parser
179 Downloads
Parse the FQCN from a PHP file containing a class
lhcze/fqcn-stripper
1012 Downloads
Utility for extracting and formatting FQCN base names with string transformation support.
dutchcodingcompany/php-cs-fixer-phpdoc-force-fqcn
415 Downloads
brenoroosevelt/flex-fqcn-finder
11355 Downloads
Flexible FQCN Finder
stagem/class-finder
9317 Downloads
Extremely simple and fast Class Finder
jerowork/file-class-reflector
2245 Downloads
Get fully-qualified class names based on directory and file paths.
sunnysideup/migrate-from-fqcn-to-short-tablename
28 Downloads
If you have bad table names (using FQCN) then this method will fix up your tables to be short table names, and migrate the data.
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.
jerowork/class-dependencies-parser
274 Downloads
Parse all dependencies (FQN) used in an object (e.g. class, trait, interface)
henzeb/closure
97 Downloads
Invoke classes using their FQCN, and more!
adachsoft/static-class-finder
29 Downloads
A robust, standalone PHP library that resolves the file path of a class based on its Fully Qualified Class Name (FQCN) using only static Composer maps.