Libraries tagged by circular references
antalaron/circular-reference-detect
71437 Downloads
Circular reference detector
dhii/collections-abstract-base
2762 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
dragosstoenica/laravel-zod
67 Downloads
Generate Zod v4 TypeScript schemas from Spatie Laravel Data classes (output) and Laravel FormRequest classes (input). Full Laravel rule coverage, schema references for nested Data classes, lazy-ref dedup for circular relations, locale-aware messages.
upscale/stdlib-object-lifecycle
37 Downloads
Library to monitor lifecycle of objects allocated by long-running PHP scripts
melia/object-storage
32 Downloads
Lightweight PHP file-based object store with UUID persistence, lazy-loading references, in-memory cache, file locking, safe mode, and a simple viewer UI.
usox/circulon
78409 Downloads
A PHP dependency resolver
eboreum/caster
8370 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.