Tag Archiv: classes

Burn CD with PHP

Package:
Burn CD with PHP
Summary:
Burn CD using CreateCD Windows program
Groups:
Files and Folders, PHP 5, Windows
Author:
Korosh Raoufi
Description:
This class can be used to burn CD using CreateCD Windows program.

It takes a CD image file and executes the CreateCD program to burn the image into a disk in a given drive.

The class may also erase the disk first, give it a given label name, burn it at a given speed and make the CD bootable.


OpenTBS

Package:
OpenTBS
Summary:
Merge template values in OpenOffice and Office
Groups:
Files and Folders, Templates
Author:
Skrol29
Description:
This package can be used to merge template values in OpenOffice and Office.

It is a plug-in for the TinyButStrong template engine that can open compressed documents in the format of OpenOffice or Microsoft Office 2007 or later, and replace placeholders by template variables.

The resulting documents are saved to file, served for download or returned as a string.


Google Checkout Simple

Package:
Google Checkout Simple
Summary:
Show buttons to pay products with Google Checkout
Groups:
E-Commerce, PHP 5
Author:
Raj Trivedi
Description:
This class can be used to show buttons to pay products with Google Checkout.

It can build a list of items to order with names, descriptions, quantities, prices, discounts, shipping and tax details.

The class can generate an HTML form with a button and hidden fields that pass the details of the order, so when the user clicks the button it is sent to pay the order in Google Checkout.


Reference Collection

Package:
Reference Collection
Summary:
Keep track of references to variable values
Groups:
Data types, PHP 5
Author:
Bao Nguyen Quoc
Description:
This class can be used to keep track of references to variable values.

It can manage a collection of references to variables by adding and removing them to a list of reference values.

The class can also check if a reference value already belongs to the collection.


Auto-Crop

before image
Package:
Auto-Crop
Summary:
Crop images to remove edges with same color
Groups:
Graphics, PHP 5
Author:
J. Pape
Description:
This class can be used to crop images by removing edges with same color.

It can load a GIF, JPEG or PNG image and scans it to detect edges color, so it crops the image to remove the edge areas that have the same color around it.

The cropped image is outputted in the same format as the original image.


PDO ActiveRecord

Package:
PDO ActiveRecord
Summary:
Store and retrieve objects from databases with PDO
Groups:
Databases, Design Patterns, PHP 5
Author:
ter
Description:
This class can be used to store and retrieve objects from databases with PDO.

It implements the Active Record design pattern to create, retrieve, update and delete objects that are mapped to given database tables.

The class implements lazy loading so when a class variable is accessed before the respective database record was retrieved, it executes a query to get the class variable values from the database.


dea num2word

Package:
dea num2word
Summary:
Spell number with Serbian words
Groups:
PHP 5, Text processing
Author:
Andrej Bodor
Description:
This class can be used to spell number with words of Serbian or other idioms.

It can parse a number and generate a string that spell the number in one of the supported idioms.

Currently it supports Serbian, English, German, Russian, Portuguese, Italian, Spanish, etc..


zregistry

Package:
zregistry
Summary:
Register name and value pairs in a SQLite database
Groups:
Databases, PHP 5
Author:
Joandi
Description:
This class can be used to register name and value pairs in a SQLite database.

It can create a SQLite database file for storing values associated to a name key.

The class can also retrieve the value of a stored key or delete the key from the registry database.


Email Class (With Attachments)

Package:
Email Class (With Attachments)
Summary:
Send e-mail messages with multiple attachments
Groups:
Email, Files and Folders
Author:
Robert Pitt
Description:
This class can be used to send e-mail messages with multiple attachments.

It can compose an e-mail message that can have one or more attached files.

The messages may be HTML or plain text. The message subject, sender and recipient addresses are configurable.


Powered by Gewgley