Package:
Summary:
Implement RPC servers for different formats
Groups:
Author:
Description:
This package can be used to implement RPC servers for different formats...
Read more at http://www.phpclasses.org/package/6772-PHP-Implement-RPC-servers-for-different-formats.html
Package:
Summary:
Render a pie chart image from a list of values
Groups:
Author:
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.
Package:
Summary:
MySQL database wrapper
Groups:
Author:
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
Package:
Summary:
Execute database queries from parameters using PDO
Groups:
Author:
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.
Package:
Summary:
Render horizontal bar charts using HTML tables
Groups:
Author:
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.
Package:
Summary:
Parse HTML lists to extract contained structure
Groups:
Author:
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.
Package:
Summary:
Generate code to access SOAP services from an WSDL
Groups:
Author:
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.
Package:
Summary:
Transfer files and execute commands via SSH
Groups:
Author:
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.
Package:
Summary:
Render images with multiple types of bar chart
Groups:
Author:
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.
Package:
Summary:
Find how sites rank on Google with given keywords
Groups:
Author:
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.