CLI args

Result Page
Package:
Summary:
Parse and process command line arguments
Groups:
Author:
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:
Summary:
Retrieve and display documents from Google Docs
Groups:
Author:
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:
Summary:
Send e-mail messages via SMTP
Groups:
Author:
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:
Summary:
SQLite database access wrapper
Groups:
Author:
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


Animus Before & After

This script lets you easily add before and after pictures of your work to your web site. It will create its own gallery, so your visitors can see the quality of your work. Showing potential clients before and after pictures can be an extremely effective sales tool, but maintaining a gallery can be a lot of work. Once installed, this script takes care of all of the HTML creation and linking requirements so that all you have to do is tell it where the pictures are, what they are of, and a brief description of what happened -- saving you time to work on more productive things.

Image resize

Package:
Summary:
Resize, crop and add watermark to images
Groups:
Author:
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.


Powered by Gewgley