Posts Tagged With: Download PHP classes

YouTube API :: Get the video download URL using the YouTube API

This class can be used to retrieve YouTube video details using the YouTube API. It accesses the YouTube GData API Web server and issues a request retrieve information about videos that match a given keyword. The class retrieves all the details of the matching videos like: titles, video URL for download in Flash or 3GPP … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 60 Comments

Text To Image :: Render a text string as an image

This is a simple class that can render a given text string as an image. The class renders the text in given position of an image of a given width and height using a font of a given size. It can take the text foreground and background color parameters by value or by name. The … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 409 Comments

Tag Cloud Generator :: Generate tag cloud from lists of links

This package can be used to generate tag clouds from lists of links. It can take a list of links either as strings, arrays, or files in the CSV format. The class generates a tag cloud with different colors and sizes for each link according to the respective weight. Update: Now this version also enables … Continue reading »

Categories: Downloads, PHP Code | Tags: , , , | 11 Comments