Package:
Summary:
Crawl a site to find PHP errors
Groups:
Author:
Description:
This class can be used to crawl a site to find PHP errors.
It can retrieve the pages and images of a site and follow the links recursively to determine if any pages exhibit error messages generated due to PHP errors.
The class displays an error message for any pages which are detected to have errors.
Package:
Summary:
Post statuses to Twitter without using oAuth
Groups:
Author:
Description:
This package can be used to post statuses to Twitter without using oAuth.
It can send requests to the Twitter site to authenticate on behalf of a given user and post updated status messages.
Package:
Summary:
Generate bar code labels in PDF using TCPDF class
Groups:
Author:
Description:
This class can be used to generate bar code labels in PDF using TCPDF class.
It can read the label definitions from a XML file and generates a PDF document with multiple bar code labels filling the document page.
Package:
Summary:
Convert text to speech using Google API
Groups:
Author:
Description:
This class can be used to convert text to speech using Google Translate API.
It may take a text string or an HTML excerpt and sends a request to Google Translate API Web servers to return an MP3 audio file with text converted into speech.
The class may also generate HTML with JavaScript to play the supplied text speech audio in a Web page.
Package:
Summary:
Process images using multiple operations
Groups:
Author:
Description:
This package can be used to process images using multiple operations.
It provides several classes that implement different types of image manipulation operations.
Currently it can crop an image, fill with a given color, fit an image in a rectangle, merging images, stretch the image, etc..
Package:
Summary:
Send mail to many recipients in batches
Groups:
Author:
Description:
This class can be used to send mail to many recipients in batches.
It takes the message subject, headers and an array of addresses of the recipients of the message to be sent.
The class sends a batch made of part of those recipients and generates JavaScript to make the page of results reload automatically to send the remaining batches of addresses, thus avoiding to exceed the PHP script execution limit.