Category Archives: Classes

Zyb.com Contacts Importer

Package:
Zyb.com Contacts Importer
Summary:
Retrieve contacts of Zyb.com users
Groups:
PHP 5, Web services
Author:
Muhammad Arfeen
Description:
This class can be used to retrieve contacts of Zyb.com users.

It can send an HTTP request to the Zyb.com Web services API server to execute a command to retrieve the user contacts.

The class parses the response and returns it as an array.


Zyb.com Contacts Importer

Package:
Zyb.com Contacts Importer
Summary:
Retrieve contacts of Zyb.com users
Groups:
PHP 5, Web services
Author:
Muhammad Arfeen
Description:
This class can be used to retrieve contacts of Zyb.com users.

It can send an HTTP request to the Zyb.com Web services API server to execute a command to retrieve the user contacts.

The class parses the response and returns it as an array.


CLI args

Result Page
Package:
CLI args
Summary:
Parse and process command line arguments
Groups:
Console, PHP 5
Author:
Dennis Kaplan
Description:
This class can be used to parse and process command line arguments.

It takes a definition of the arguments that the command expects, like the argument name, required flag and default value.

The class can parse and processed the arguments according to the defined rules and returns an array of argument values if arguments are passed correctly.

It can also output an help message when the -h, -help or --help switches are passed.


Google Docs Printer

Package:
Google Docs Printer
Summary:
Retrieve and display documents from Google Docs
Groups:
PHP 5, Web services
Author:
Brent Rossen
Description:
This class can be used to retrieve and display documents from Google Docs.

It takes an identifier string of a given Google Docs document and retrieves its page.

The class parses the document page to extract just the document HTML and returns it.


SMTPMail

SmtpMail document
Package:
SMTPMail
Summary:
Send e-mail messages via SMTP
Groups:
Email, PHP 5
Author:
huangjueyuan
Description:
This class can be used to send e-mail messages via SMTP.

It can connect to a given SMTP server and send an e-mail message with a given subject and body data.

The class supports SMTP servers that require authentication using the LOGIN authentication mechanism.


sqlitex

Package:
sqlitex
Summary:
SQLite database access wrapper
Groups:
Databases, PHP 5
Author:
Guvenc Acarkan
Description:
This class can be used SQLite database access wrapper. It can:

- Open a connection to a given SQLite database file
- Create user defined functions
- Execute arbitrary queries
- Perform SQL INSERT, SELECT, UPDATE and DELETE queries from parameters that define tables, fields, values and conditions


Image resize

Package:
Image resize
Summary:
Resize, crop and add watermark to images
Groups:
Graphics
Author:
Vasyl Rusanovskyy
Description:
This class can be used to resize, crop and add watermark to images.

It can load an image in GIF, JPEG or PNG formats, and resize the image to a given size, eventually keeping the proportions.

The class can also crop the image and add an watermark image.

The manipulated image can be saved to a file or displayed as the current script output also in GIF, JPEG and PNG formats.


PHPico

Package:
PHPico
Summary:
Create and manipulate icons in the ICO format
Groups:
Graphics, PHP 5
Author:
Tomas Volf
Description:
This class can be used to create and manipulate icons in the ICO format.

It can read and write icon images in the ICO format.

The class can perform several operations with ICO icons like creating an empty icon, adding icon images of different sizes and bit depths, remove images from icons, set the color of icon images, add the definition of a color, save the icon to a given file, etc..


MIDI Composer

Package:
MIDI Composer
Summary:
Compose songs and save them in MIDI format
Groups:
Audio, Files and Folders, PHP 5
Author:
De Rosa Luigi
Description:
This class can be used to compose songs and save them in MIDI format.

It can compose tunes adding the tune notes with a given tempo and volume.

The class can generate a file in MIDI format with a given file name.


Powered by Gewgley