fast-image-size
fast-image-size copied to clipboard
Use an HTTP client like Guzzle for images where possible
This should take care of using the correct method for retrieving remote files (e.g. curl vs. fopen functions) as well as enabling the use of seekable streams in types.
What about HTTPlug?
I don't think HTTPlug supports seeking through the data and only reading the required parts of remote files.