php-humanizer icon indicating copy to clipboard operation
php-humanizer copied to clipboard

Humanize values that are readable only for developers.

Results 1 php-humanizer issues
Sort by recently updated
recently updated
newest added

# What is the Idea? The idea is to improve the make Coduo\PHPHumanizer\CollectionHumanizer::oxford() accept an [\Iterator](https://www.php.net/manual/en/class.iterator.php) interface instead of an array always. With this, We could send real collections, arrays,...