Package:
Summary:
Manage and get information from YouTube videos
Groups:
Author:
Description:
This class can be used to manage and get information from YouTube videos.
It can send HTTP requests to the YouTube Web services API to perform several types of operations.
Currently it can create play lists, add or remove videos from a play list, get play lists and their video thumbnails, upload videos, get the uploaded videos and get videos of a subscription.
Package:
Summary:
Manage hosting accounts using the Dreamhost API
Groups:
Author:
Description:
This class can be use to manage hosting accounts using the Dreamhost API.
It can send HTTP POST, GET and DELETE requests to the Dreamhost API Web server to execute several types of operations to manipulate Dreamhost hosting accounts like: accounts, announcement lists, domains, DNS records, MySQL databases, mail filters, user accounts, processes, applications and services.
The class returns the request response in XML format.
The STIX fonts, a set of free, open source, royalty-free fonts for engineering, mathematical and scientific documents, has
been added to the Free Fonts page. Besides
the usual characters found in most fonts, these additionally contain the symbols needed in engineering and scientific
documents but are not usually found in the standard fonts. Incidentally, if you don't need a font with such an extensive support
for scientific symbols, there are also numerous other free fonts found on that page, including fancy ones (eg, if you want
something to adorn your images on your website).
Package:
Summary:
Verify the validity of a Singapore identity number
Groups:
Author:
Description:
This class can be used to verify the validity of a Singapore identity number.
It parses a given Singapore National Registration Card Identity number (NRIC) and determines the verification digit to check whether the number is valid.
Package:
Summary:
Retrieve data from OpenOffice spreadsheet files
Groups:
Author:
Description:
This class can be used to retrieve data from OpenOffice spreadsheet files.
It can open a given file in the ODS format, extract its contents and parse the spreadsheet data.
The class can extract a given range of spreadsheet rows into an array.
Package:
Summary:
Retrieve data from OpenOffice spreadsheet files
Groups:
Author:
Description:
This class can be used to retrieve data from OpenOffice spreadsheet files.
It can open a given file in the ODS format, extract its contents and parse the spreadsheet data.
The class can extract a given range of spreadsheet rows into an array.
Package:
Summary:
Retrieve messages from an IMAP server
Groups:
Author:
Description:
This class can be used to retrieve messages from an IMAP server.
It uses the PHP IMAP extension to access to a given IMAP server and can execute several operations to retrieve different parts of the available messages.
Currently it can retrieve information of the mail box, retrieve message headers, retrieve the message data and attachments.
Package:
Summary:
Generate XML reports from PHP script execution
Groups:
Author:
Description:
This class can be used to generate XML reports from PHP script execution.
It can keep track of the time when PHP executed certain sections of a PHP script.
The class can generate a XML document with the information of when PHP started and ended executing each section.
Package:
Summary:
Generate breadcrumb links from an URL
Groups:
Author:
Description:
This class can be used to generate breadcrumb links from the current page URL.
It looks at current page URL, removes a given base URL and split its parts separated by slashes.
The class generates bread crumb HTML links for each of URL parts.