├── LICENSE ├── README.md ├── composer.json └── src ├── ChunkIterator.php ├── IterableObject.php ├── MappedTraversable.php ├── WithoutKeysTraversable.php └── iterable-functions.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/php-iterable-functions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/php-iterable-functions/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/php-iterable-functions/HEAD/composer.json -------------------------------------------------------------------------------- /src/ChunkIterator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/php-iterable-functions/HEAD/src/ChunkIterator.php -------------------------------------------------------------------------------- /src/IterableObject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/php-iterable-functions/HEAD/src/IterableObject.php -------------------------------------------------------------------------------- /src/MappedTraversable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/php-iterable-functions/HEAD/src/MappedTraversable.php -------------------------------------------------------------------------------- /src/WithoutKeysTraversable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/php-iterable-functions/HEAD/src/WithoutKeysTraversable.php -------------------------------------------------------------------------------- /src/iterable-functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bpolaszek/php-iterable-functions/HEAD/src/iterable-functions.php --------------------------------------------------------------------------------