utils
utils copied to clipboard
🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
how can I customize response messages for the user ` try { $arr = ['title' => 'aa', 'bar' => 'a', 'foo' => 'a']; v::assert($arr['title'], 'string:5', 'example message 1'); v::assert($arr['bar'], 'string:15',...
PHP 8.3 comes with a new function json_validate which only tests if a string is valid JSON without actually parsing it into objects. I believe it would be nice to...
Version: ALL ### Bug Description I'm a developer who works in an organization that uses JFrog's Artifactory as its repo system. I couldn't figure out why Composer was complaining that...