Is there a way to download file asynchronously with php?
Found this answer but seem like it's not possible to download file using this method
The problem is that I'm need to download file from API but it took a while to download all images and URL isn't available after call.
Thank you