PHP Classes

PHP Web Page Thumbnail Generator: Generate thumbnail images of pages with Thumbalizr

Recommend this page to a friend!
  Info   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-01-09 (4 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 1,146 This week: 4All time: 3,292 This week: 89Up
Version License PHP version Categories
web-page-thumbnail 1.9BSD License5.0PHP 5, Graphics, Web services
Description 

Author

This class can generate thumbnail image of Web pages using the Thumbalizr API.

It can send a HTTP request to the Thumbalizr API Web server to retrieve a thumbnail image of a Web page of a given URL.

The class can store the retrieved thumbnail image in a cache file to avoid the overhead of requesting the same Web page thumbnail multiple times.

It returns the path of the cached thumbnail image file.

Picture of Yasir Siddiqui
  Performance   Level  
Name: Yasir Siddiqui <contact>
Classes: 14 packages by
Country: Pakistan Pakistan
Innovation award
Innovation award
Nominee: 8x

Winner: 1x

Details

Get Image Preview Of Any Web Page ================ This sample project demonstrates how you get image preview of any web page using thumbalizr api in PHP. It also supports caching images once geenrated. Cache and thumnail parametrs can be configured in config.php Follow the following instruction 1) Create account at http://www.thumbalizr.com/ 2) After login get API Key and replace the value in config.php Use the following code to get thumbnail of any web page <?php include_once ("Webpagepthumbnail.class.php"); $obj = new Webpagethumbnail(); $imagepath = $obj->getThumbnail("http://bing.com"); echo $imagepath; ?>

  Files folder image Files  
File Role Description
Accessible without login Plain text file config.php Conf. Configuration script
Accessible without login Plain text file example.php Example Example script
Accessible without login Plain text file Instructions.txt Doc. Documentation
Accessible without login Plain text file README.md Doc. Documentation
Plain text file Webpagepthumbnail.class.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:1,146
This week:4
All time:3,292
This week:89Up