polarcubs's avatar

Is there anything like Java Streams in PHP that I can use with Laravel Collections?

Well I'm parsing a huge text file and doing filtering before returning result, so loading it all into memory may not be a good option.

I know in Java I can do something like a Stream then filter.etc

In Laravel is there something like this? Great if I could use it with laravel collections

0 likes
1 reply

Please or to participate in this conversation.