Getting the width and height of image file stored on AWS S3 Bucket in Laravel

I am developing a Web Application using Laravel. I am storing all the image files on the AWS S3 Bucket. Now, I like to get the width and height of the image file stored on s3. But, I store all the ...