App: Image cURL
Version: 3.0
Author: MT Jordan <mtjo62@gmail.com>
Copyright: 2026
License: MIT
**********************************************************************************
Image cURL: Image class to emulate the getimagesize() function using the cURL library
Image cURL is a class that utilizes the cURL library as a handler for HTTP requests for
remote images where web hosts have disabled the fopen wrappers. This class is useful
when requiring metadata from remote linked images to check image dimensions for
publishing restrictions.
*********************************************************************************
Image cURL Features:
* Alternate method for the getimagesize function where the fopen wrappers are disabled.
Image cURL Restrictions:
* Image path MUST be a fully qualified URL.
Image cURL Requirements:
* PHP 7.2+
* Enabled cURL extension
*********************************************************************************
|