latest PHP classes on phpclasses.org
- continue to phpclasses.org
- last update 08. Mar. 2010
- PHP Classes - MySQL & Session
-
Package: MySQL & Session
Summary: Store and retrieve PHP session data in MySQL table
Groups: Databases, User Management
Author: sudhir vishwakarma
Description: This class can be used to store and retrieve PHP session data in an MySQL table. - PHP Classes - Stream Steganography
-
Package: Stream Steganography
Summary: Store and hidden information in PNG images
Groups: Cryptography
Author: Pedro Vargas
Description: This class can be used to store hidden and retrieve hidden information from PNG images. It can take a given PNG image and store hidden information in it my using the least significant bits of color of the image pixels to store encoded information. The class may also do the opposite, i.e, open a PNG image and retrieve previously stored information using the method above. - PHP Classes - Fibonacci
-
Package: Fibonacci
Summary: Generate Fibonacci sequence numbers
Groups: Math, PHP 5
Author: Artur Barseghyan
Description: This class can be used to generate Fibonacci sequence numbers. It provides an iterator interface to generate the following Fibonnaci number when retrieving the next iterator element. - PHP Classes - Simple record set
-
Package: Simple record set
Summary: Get and show record sets with different databases
Groups: Databases, HTML
Author: Ronald Leon
Description: This class can be used to get and show record sets with different databases. It provides a common interface to access different types of databases and execute SQL queries, retrieve query results and display the results in paginated listings. Currently it supports MySQL, Microsoft SQL server and PostgreSQL. - PHP Classes - Search Files
-
Package: Search Files
Summary: Search for files in a directory
Groups: Files and Folders, Searching
Author: ASHFAQAHMED
Description: This class can be used to search for files in a directory. It can traverse a given directory recursively and find files that have a given name. The class displays the path of the files that are found. - PHP Classes - DS Create table
-
Package: DS Create table
Summary: Display an HTML table with data from an array
Groups: HTML, PHP 5
Author: Narong
Description: This class can be used to display an HTML table with data from an array. It can iterate over an array of data values and generates an HTML table to display the values. - PHP Classes - Automatic Priority Setting
-
Package: Automatic Priority Setting
Summary: Update priority records in a MySQL database table
Groups: Databases, PHP 5
Author: Gautam Lohar
Description: This class can update priority records in a MySQL database table. It can execute queries for updating or deleting records in a given MySQL database table for priority entries for a given serial number identifier. - PHP Classes - GraphML Generator
-
Package: GraphML Generator
Summary: Generate UML diagrams from PHP code using GraphML
Groups: Graphics, PHP 5, Project Management
Author: tucsi
Description: This class can be used to generate UML diagrams from PHP code using GraphML. It traverses a given directory to locate and parse PHP files. It scans the files for classes and their variables functions. The class can generate UML diagrams in the GraphML format from the classes that were found. - PHP Classes - Proxy
-
Package: Proxy
Summary: Extract lists of proxy servers from remote sites
Groups: Code Generation, PHP 5, Web services
Author: Petter Kjelkenes
Description: This class can be used to extract lists of proxy servers from remote sites. It goes through a list of remote sites and retrieve pages that contain lists of proxy servers. The class parses the retrieved pages to extract the proxy server addresses. It generates a PHP script with the details of all the proxy servers. - PHP Classes - Apinstall
-
Package: Apinstall
Summary: Show a progress bar for a server job using AJAX
Groups: AJAX, HTML, PHP 5
Author: Pawel Janisio
Description: This class can be used to show a progress bar for a job running on the serve using AJAX to update the bar. It displays a bar place holder section on the page that will be updated when the job progresses. The class also generates Javascript that uses the jQuery library to send AJAX requests to retrieve the job progress status. The class gets update notices from the PHP script running the server job and updates a file that is updated with job progress information. This information is served to the browser when it gets the job status AJAX request.