Tag Archiv: classes

Very simple pie chart

screen shot
Package:
Very simple pie chart
Summary:
Render a pie chart image from a list of values
Groups:
Graphics
Author:
LogaMurugan
Description:
This class can render a pie chart image from a list of values.

It takes an associative array of values and renders an image with a pie chart on which each slice represents one of the values of the list.

The labels of each slice are the indexes of the list associative array. The colors of each slice are assigned randomly.


SQLWrapper

Package:
SQLWrapper
Summary:
MySQL database wrapper
Groups:
Databases, PHP 5
Author:
freedelta
Description:
This class is a MySQL database access wrapper. It can:

- Establish connections to a given MySQL database host
- Execute arbitrary queries
- Retrieve a single row or all rows into arrays
- Retrieve the last insert identifier column value


pdo_p

Package:
pdo_p
Summary:
Execute database queries from parameters using PDO
Groups:
Databases, PHP 5
Author:
Leandro Lugaresi
Description:
This class can execute database queries from parameters using PDO.

It can connect to a given database using the PDO extension and can execute arbitrary queries or INSERT and UPDATE queries from parameters that define tables, fields, values and conditions.

In Portuguese:

Classe para ser usada com o Neos Framework que utiliza PDO.


Horizontal Bar Chart

Bar chart 4
Package:
Horizontal Bar Chart
Summary:
Render horizontal bar charts using HTML tables
Groups:
Graphics, HTML, PHP 5
Author:
razvan
Description:
This class can be used to render horizontal bar charts using HTML tables.

It takes a set of input values and labels and generates HTML to display the values in horizontal bars of widths that represent the input values relative to each other.

The colors, height, unit of the values and spacing between bars are configurable parameters.


UL to PHP array

Package:
UL to PHP array
Summary:
Parse HTML lists to extract contained structure
Groups:
HTML, XML
Author:
Ovidiu Mihalas
Description:
This class can be used to parse HTML lists to extract contained structure.

It can take a string with well-formed HTML UL lists tags and extracted the contained list elements structure. It supports nested lists.

The class returns an array of items elements.


SOAP Proxy

Package:
SOAP Proxy
Summary:
Generate code to access SOAP services from an WSDL
Groups:
Code Generation, PHP 5, Web services
Author:
Przemek Berezowski
Description:
This package can be used to generate code to access SOAP services from an WSDL.

It takes the URL of an WSDL (Web Services Description Language) definition and retrieves it to obtain the details of the available Web services functions.

The generator class generates PHP for classes with proxy functions of the specified SOAP Web services.


jineSSH2

Package:
jineSSH2
Summary:
Transfer files and execute commands via SSH
Groups:
Files and Folders, Networking, PHP 5, Security
Author:
Jim nelin
Description:
This class can be used to transfer files and execute commands via SSH.

It can connect with a given SSH (Secure Shell) server and authenticate using the user name and password or using public key.

The class send or receive files from the server via the SCP command, or execute arbitrary shell commands on the remote server.


Simple Multibar

stacked bar chart example
Package:
Simple Multibar
Summary:
Render images with multiple types of bar chart
Groups:
Graphics
Author:
LogaMurugan
Description:
This class can be used to render images with multiple types of bar chart.

It can take sets of data with values to render bars in images that represent each value.

Currently it can render simple bar charts (data from one dimension array), compound bar charts (data from two dimensions array). It can also stack several bars in one.

The resulting bar chart image is served as the current script output in a PNG image of given dimensions.


Google position for provided keywords

Package:
Google position for provided keywords
Summary:
Find how sites rank on Google with given keywords
Groups:
SEO, Web services
Author:
Aroma web design
Description:
This class can be used to find how sites rank on Google with given keywords.

It can sends HTTP requests to Google searching for pages using given keywords.

The class checks if a given site appears on the retrieved search results and returns the first site result position number.

If no site results are found, the class moves on to the next page results until a site result is found or it has reached a given limit number of results to check.


Powered by Gewgley