Tag Archiv: classes

Justin.tv Analytics

Package:
Justin.tv Analytics
Summary:
Get statistics of usage of Justin.tv channels
Groups:
Video, Web services
Author:
Tyler Winfield
Description:
This class can be used to get statistics of usage of Justin.tv channels.

It sends an HTTP request to the Justin.tv API Web server to retrieve a XML document with several types of statistics of a given channel.

Currently it can receive statistics about the current listeners count, channel genre, channel URL, channel title, hits count, status and bit rate.


TDOM

Package:
TDOM
Summary:
Read and write XML documents
Groups:
PHP 5, XML
Author:
Jesus Lara
Description:
This package can be used to read and write XML documents.

It provides base classes to parse and generate XML documents from groups of text and tag elements. Other sub-classes can generate XML documents in specific formats, such as HTML, Atom, SVG, etc..


Gravatar RPC

Package:
Gravatar RPC
Summary:
Send requests to the Gravatar API about images
Groups:
Graphics, PHP 5, Web services
Author:
Wouter van Vliet
Description:
This class can be used to send requests to the Gravatar API about the available images.

It can send HTTP requests to the Gravatar API using the XML RPC protocol to obtain several details about the available images.

Currently it can check if an image exists for a given e-mail address, submit an image for a given Gravatar account, assign an image with a given URL to the Gravatar account, use a given image for one or more addresses in a given Gravatar account, and get the list of addresses of the account.


Twitter API PHP Class

Package:
Twitter API PHP Class
Summary:
Set and get status a of a given Twitter user
Groups:
Social Networking, Web services
Author:
Jamie Telin
Description:
This class can be used to set and get status a of a given Twitter user.

It can send HTTP requests to the Twitter API Web server to perform several types of operations.

Currently it can check the limit of requests that the API accepts, update the user status, get the statuses of the user, mentions and the friends timeline.


W3C Validation API

Package:
W3C Validation API
Summary:
Validate an HTML page using the W3C validator
Groups:
HTML, Validation, Web services
Author:
Jamie Telin
Description:
This class can be used to validate an HTML page using the W3C validator API.

It can send a HTTP request to the W3C validation Web server to request to validate an HTML page with given URL.

The class parses the response and returns whether the page validated or has any validation errors.


Animated PNG Creator

Package:
Animated PNG Creator
Summary:
Create PNG format animations from a list of images
Groups:
Graphics, PHP 5, Video
Author:
Dzsoni Voker
Description:
This class can be used to create PNG format animations from a list of images.

It can add to the animation any number of images previously loaded or created by the PHP GD extension functions.

The alignment of each image and the delay between animation images is configurable.

The class can generate an animation file in PNG format that is compatible with the regular PNG image format.

Browsers and programs that do not support the PNG animation image format can still show it as if it consists of a single image.


TextToImage

sample output
Package:
TextToImage
Summary:
Generate an image with a given text
Groups:
Graphics
Author:
nino paolo amarillento
Description:
This class can be used to generate an image with a given text.

It can generate an image with a given text string with a given foreground and background color and a given font size.

The generated image can be saved to file in GIF, JPEG and PNG formats.


Icecast Analytics

Package:
Icecast Analytics
Summary:
Get access statistics from an Icecast server
Groups:
Audio, Web services
Author:
Tyler Winfield
Description:
This class can be used to get access statistics from an Icecast server.

It sends an HTTP request to an Icecast server to retrieve server usage statistics.

Currently it can return the current, peak and maximum numbers of listeners, music genre and title, server title and URL, current stream connections, status and bit rate, and played songs history.


Bloggy API Class

Package:
Bloggy API Class
Summary:
Update and get statuses of Bloggy users
Groups:
Social Networking, Web services
Author:
Jamie Telin
Description:
This class can be used to update and get statuses of users of the Swedish Bloggy micro-blogging platform.

It can send HTTP requests to the Bloggy Web server to execute several types of actions.

Currently it can submit a new status update and retrieve the latest statuses of a given user.


SUIT Framework

Package:
SUIT Framework
Summary:
Template engine with configurable syntax
Groups:
PHP 5, Templates
Author:
Brandon Evans
Description:
This class is implements a template engine with configurable syntax.

It allows defining the syntax of the template place holder marks, like start and end characters, section end characters, escape characters, and nodes that define PHP code to run when processing sections enclosed with given start and end characters.

The class can read templates for a given path, process the template syntax and return the results as a single string.

A version of this class is also made available in the Python language.

Homepage: http://www.suitframework.com/


Powered by Gewgley