Articles for PHP

PHP Generators and Laravel Lazy Collections

PHP Generators and Laravel Lazy Collections

4th February 2025

A common issue we often encounter when handling data in PHP is the "Allowed Memory Exhausted" error. This typically occurs when processing files or larger API responses without pagination, especially those containing hundreds of thousands of records