mklib.php is a PHP library to make building web applications easier. Example functions are processing data before inserting into a database and formatting date/time strings for display. This library should work with both PHP3 and PHP4. The Web site also features installation and usage information.
Date_Calc is a calendar class used to calculate and manipulate calendar dates and retrieve dates in a calendar format. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. Some of Date_Calc's features: comparing number of days between arbitrary dates, validating dates, calculating leap years, calculating the day of the week, calculating week of the year, calculating first and last days of the month, calculating next/prev week day, and calculating arrays of days for use in calendar displays.
PHP::HTML is a set of PHP classes that implements a DOM style approach to HTML documents. The document is an object which contains DOCTYPE, head, styles and body, each of those can contain one or more children, they can be text, tags, or even complex "widgets", such as tables, forms, SideBars, menus, or even a calendar.
php_webtools is a collection of useful tools and classes to help in the construction of "enterprise" web applications. Many classic
GUI "widgets", such as the GTK "notebook" are implemented here as extensible classes.
class.browser.php is a class of functions that is designed to make it easy to download web pages for numerous uses, including for web crawling. It extends the functionality of the PHP function fsockopen, as well as adds string parsing functions to make numerous jobs easier.
class.dbconn.php is a php class for managing database connections, allowing you to simplify a database access. The example uses PosgreSQL, but you can easily modify it for other databases.
The Generic PHP Framework is a library of reusable objects for PHP4. The idea is to build a framework that will make it easier to write large, scalable PHP applications.
The goals of this library are to provide a php-based api of objects, functions, and defines to help the average developer design active content sites with minmal effort. The prometheus library provides the following functionality: AutoLoad, Sessions, Database Independence, BenchMarking, UserAuth, UserDomain, WebClient, Unix Utilities, FileSize, PageNavigator, UrlObject, MimeObject,Mail via IMAP and local sendmail, AppServer, and Templates.
This package contains extensions to the PHPLIB package OOHFORMS. The main things are additional classes to help with certain data types, like dates, phone numbers, email addresses, etc. Also includes some preliminary support for creating widgets from db-backed data.