Monthly Archiv: April, 2010

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


Powered by Gewgley