Darn Tidy Object (DTO)
DTO (Darn Tidy Object) isn’t just another data wrapper – it’s a full-featured utility toolkit for PHP that makes structured data clean, fluent, and a joy to work with. Say goodbye to messy arrays, repetitive isset() checks, and clunky transformations. With DTO, your data becomes smart, expressive, and beautifully maintainable.
Traverse Anything
Access deeply nested data without fear. DTO lets you chain through arrays with fluent, safe, and intuitive syntax, no more undefined key errors or bulky checks.
Transform Everything
From string slugs to file sizes, currencies, dates, and even HTML elements. DTO comes packed with built-in transformers that handle your data elegantly, all in one place.
Safe. Smart. Optional Immutability.
Protect original data with optional immutability, enjoy automatic fallbacks, and leverage multibyte-safe polyfills for full compatibility across PHP environments.