You can use native PHP functions like `fopen` and `fread` to interact directly with file *streams*

You can use native PHP functions like `fopen` and `fread` to interact directly with file *streams*

One of my favorite things about using S3 in PHP is that you can register a stream wrapper to interact with files.

You can use the native PHP functions like fopen, fread, etc.

Very helpful when you have massive files you don't want to load into memory!

(CSVs are a use case.)

We're writing a book, you can get it for free here.