Skip to content

Simple Image Download class for PHP using cURL, easy to use.

Notifications You must be signed in to change notification settings

adminazhar/imagedownloaderphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Image Downloader PHP

Simple Image Download class for PHP using cURL, easy to use.

🔧 Features

  • single file
  • specify folder
  • all types of image type supported
  • 3 lines of code

📚 How to use

require "ImageDownload.php";
$image = new ImageDownloader("images/");
$downloadedImage = $image->getImage("https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png");

Releases

No releases published

Packages

No packages published

Languages