Libraries tagged by circulon
eboreum/caster
8583 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.
dragosstoenica/laravel-zod
289 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.
dhii/collections-abstract-base
2898 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
jweiland/circular
4092 Downloads
Organize your circular records incl. PDF download
insolita/circular-queue
38 Downloads
Circular queue with redis implementation
upscale/stdlib-object-lifecycle
37 Downloads
Library to monitor lifecycle of objects allocated by long-running PHP scripts
matteocacciola/cd-checker
30262 Downloads
Circular dependency checker
koriit/phpdeps
21 Downloads
Library for finding circular dependencies between modules
bakame/tokei
10 Downloads
Immutable value objects for expressive temporal modeling: time, duration, circular 24-hour intervals, and interval sets, without timezone handling.
circulatecms/framework
271 Downloads
The Circulate CMS framework.
peterujah/nano-stamp
59 Downloads
Nano Stamp is Php Class to create a custom stamp using the GD Graphics Library. It simplifies the process of generating stamps, such as circular and square designs, accompanied by dynamic text and styling.
monim67/laravel-user-image-croppie
336 Downloads
Laravel package to Crop and Upload Square/Circular User Profile Picture
owk/yii2-circular-navigation
32 Downloads
Circular navigation widget for Yii 2 Framework.
naokioouchi/laravel-circular-detector
6 Downloads
A Laravel package to detect and visualize circular dependencies in modular monolith architectures
lctrs/circular-buffer
742 Downloads
Provides a circular buffer implementation.