Libraries tagged by circular references
antalaron/circular-reference-detect
33482 Downloads
Circular reference detector
dhii/collections-abstract-base
1695 Downloads
Collection base classes that do not depend on other non-collection packages, on which there is a dependency of other collection packages that depend on this package. This is done to avoid circular reference in the collection toolchain
upscale/stdlib-object-lifecycle
36 Downloads
Library to monitor lifecycle of objects allocated by long-running PHP scripts
usox/circulon
64894 Downloads
A PHP dependency resolver
eboreum/caster
2360 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.