latest PHP classes on phpclasses.org
- continue to phpclasses.org
- last update 03. Jul. 2009
- PHP Classes - phpWebhacks
-
Package: phpWebhacks
Summary: Automate retrieval and processing of Web pages
Groups: HTML, HTTP, PHP 5
Author: Nashruddin Amin
Description: This class can be used to automate retrieval and processing of Web pages. It can send HTTP GET, POST and HEAD requests to retrieve Web pages. phpWebhacks is an advanced HTTP client, a utility for HTTP scripting. It simulates a web browser, only that you use it with lines of code rather than mouse and keyboard. Using pure PHP, no Curl or other dependencies required. Features: * HTTP/1.1 * HEAD, GET, POST * Upload files * Support https * Support HTTP cookies * Support HTTP redirects and Meta-refresh redirects * Support HTTP Authentication * Support proxy server * Support gzip encoding * Logging of HTTP streams for full debugging * Parsing HTML forms * Custom User-Agent Build cool scripts in minutes: * GMail/Yahoo/MSN contacts grabber * YouTube video downloader * HTTP mailer * and many more. - PHP Classes - FuncUtility
-
Package: FuncUtility
Summary: Manipulate values in iterable data sets
Groups: Data types, Language, PHP 5
Author: Stanislav Shramko
Description: This class can be used to Manipulate values in iterable data sets. It can iterate over a set of elements contained in a collection managed by an object that implements the Iterable interface. The class executes several types of operations to manipulate the collection elements by invoking given callback functions that determine what to do with the elements. Currently it can filter a subset of the elements, call a function to manipulate each of the elements, map the elements to a new set of values, reduce the elements to a single value. - PHP Classes - cPanel Database Administering
-
Package: cPanel Database Administering
Summary: Manage hosted databases using cPanel
Groups: Databases, Hosting, PHP 5, Systems administration, Web services
Author: Md. Zakir Hossain (Raju)
Description: This class can be used to manage hosted databases using cPanel. It can sent HTTP requests to the cPanel API Web server to perform several types of MySQL database administration tasks. Currently it can check if a database or an user record exists, create or delete a database, create or delete a database user, and grant access privileges to a database user. - PHP Classes - Browser Search Box Class
-
Package: Browser Search Box Class
Summary: Add your site to browser search box
Groups: PHP 5, Searching
Author: Mohamed Elkholy
Description: This class can be used to add your site to browser search box. It can generate HTML, Javascript and XML to pass information to browsers so they can add a site to the list of types of search that the browser can perform. - PHP Classes - ParamsProxy
-
Package: ParamsProxy
Summary: Setup an object from XML definitions
Groups: Language, PHP 5, XML
Author: Claudius Tiberiu Iacob
Description: This class can be used to setup an object from XML definitions. It parses a XML with definitions of variables and values to set in a given object. The class calls the object setter methods to set the given variable values. - PHP Classes - PHP Collapsible Accordion
-
Package: PHP Collapsible Accordion
Summary: Display HTML content in accordion page sections
Groups: HTML, PHP 5
Author: Muhammad Asif Ali
Description: This class can be used to display HTML content in accordion page sections. It generate HTML and Javascript to show or hide HTML content below a title that expands like an accordion when the title is clicked. - PHP Classes - PHP Mosaic
-
Package: PHP Mosaic
Summary: Display of mosaic composed of multiple images
Groups: Graphics
Author: johno dread
Description: This class can be used to display of mosaic composed of multiple images. It can read a given directory to open all contained image files in JPEG format. The class generates a single image with all read images tiled as a mosaic. The resulting image is saved to a given file also in JPEG format. - PHP Classes - PHPBB 3 integration
-
Package: PHPBB 3 integration
Summary: Integrate site users in PHPBB 3 installation
Groups: Databases, Forums, PHP 5
Author: rajesh bhatia
Description: This class can be used to integrate site users in PHPBB 3 installation. It can perform several operations that integrate the users of a site with records in a MySQL database with the table records of users a PHPBB 3 installation. Currently it can importing users of the site in PHPBB 3 users table, insert new user record, updating or delete existing user record. - PHP Classes - PHP DataGrid
-
Package: PHP DataGrid
Summary: Display data from arrays in sortable HTML tables
Groups: HTML, PHP 5
Author: Nguyen Duc Thuan
Description: This class can be used to display data from arrays in sortable HTML tables. It traverses bidimensional arrays and shows its data in an HTML table. The columns names in the table header row are configurable. The listing may be sorted when the user clicks on the header row cells. Custom columns may be added at the start or end of the table. The table presentation details may be configurable using CSS styles. This class can be used to autogenerate a grid of data from an array which can be queried from database. It is similar to ASP.NET's DataGrid. This class supports sorting by a data column and full customizations such as changing the cell templates, changing grid and cell attributes, adding a custom column, removing a column from the grid's display... - PHP Classes - Menu Builder
-
Package: Menu Builder
Summary: Display nested menus of HTML links
Groups: HTML, PHP 5
Author: Corey W.
Description: This class can be used to display nested menus of HTML links. It takes an array of menu items eventually with nested arrays that define sub-menus. The class generates HTML lists with links for each menu item. CSS classes can be used to configure the presentation styles of the menus, regular items and the current page item.