RSS 782 projects tagged "php classes"

Download Website Updated 04 May 2006 ADODB

Screenshot
Pop 912.66
Vit 10.31

ADODB is a set of advanced PHP database abstraction classes. It supports MySQL, PostgreSQL, Interbase/Firebird, Informix, Sybase SQL Anywhere, Oracle, MS SQL 7 and 2000, SAP DB, Sybase, DB2, FrontBase, Foxpro, Access, Netezza, LDAP, ODBTP, ADO, and generic ODBC. A metatype system is built in, making it possible to figure out that types such as CHAR, TEXT, and STRING are equivalent in different databases. It also features portable database creation, database-backed session support (with encryption), SQL performance monitoring, and database health checks.

Download Website Updated 06 Sep 2010 Calendar generation class

Screenshot
Pop 86.21
Vit 1.00

This is a PHP class that generates HTML output of a calendar month. It is based on the table wrapper base class. It generates output for any month of any year of the calendar, and it returns an HTML string that is compliant with XHTML. It also lets you customize the HTML properties and data format of the calendar's table cells in a subclass.

Download Website Updated 30 Jan 2001 cgi_buffer

Screenshot
Pop 58.03
Vit 1.43

cgi_buffer is a group of libraries that may be used to improve performance of CGI scripts (and other content generation engines) in some circumstances by applying performance-enhancing HTTP mechanisms that are typically not supported by them. Currently, Perl, Python, and PHP4 are supported. The Python library may also be used as a wrapper around another CGI script.

Download Website Updated 30 Jan 2001 DNS Configuration class for PHP

Screenshot
Pop 75.11
Vit 1.00

The DNS Configuration class is used for maintaining BIND 8 zone files and named.conf files. It is useful for adding and removing zones to your name server as well as the manipulation of resource records within your zones. It is extremely fast and is capable of handling thousands of zones.

Download Website Updated 04 Sep 2009 Email address validation component

Screenshot
Pop 330.07
Vit 7.47

This is a PHP class that attempts to validate a given e-mail address at three levels: matching the address against a RFC compliant regular expression, verifing the existence of the destination SMTP server by verifying the respective DNS MX record, and connecting to that server to see if the given address is accepted as a valid recipient. The class also features a debugging output option that lets you see the remote SMTP server connection and data exchange dialog to see the real cause why an apparently valid address may not be accepting messages.

Download Website Updated 08 Apr 2001 Generic PHP Framework

Screenshot
Pop 76.21
Vit 2.05

The Generic PHP Framework is a library of reusable classes for PHP4 applications. The idea is to grow this framework into a great foundation for writing large applications in PHP4.

No download Website Updated 14 May 2013 Horde Application Framework

Screenshot
Pop 897.11
Vit 312.55

The Horde Application Framework is a modular, general-purpose Web application framework. It provides an extensive array of classes that are targeted at the common problems and tasks involved in developing modern Web applications.

No download Website Updated 10 Jan 2013 HTML Forms generation and validation

Screenshot
Pop 604.14
Vit 57.67

HTML Forms generation and validation is a PHP class that generates HTML forms supporting many built-in validation types on server and client sides. It prevents security attacks by discarding spoofed values, has multiple submit protection, outputs HTML for fields displayed as fully accessible or in read-only mode, and has field value filtering and reformatting. It can be extended with custom control plug-ins. AJAX based form submission, upload monitor progress bar, auto-complete text input, automatic layout renderer, calendar date, CAPTCHA, Google Maps world location selection, linked select, and animation effects plug-ins are available.

Download Website Updated 30 Jan 2001 LDAP Class for PHP

Screenshot
Pop 63.80
Vit 1.43

The LDAP class for PHP is an easy way to interface your PHP program with an LDAP directory server. The interface is similar to what you would find in a filesystem. You can easily navigate through your directory server similar to the way you would navigate a filesystem with commands such as cd(), mkdir(), etc. A Web-based LDAP browser/modifier is supplied with the class library.

Download Website Updated 27 Jun 2011 Metabase

Screenshot
Pop 241.34
Vit 12.99

Metabase is a DBMS-independent PHP API to access SQL databases. It supports MySQL, PostgreSQL, Oracle, Microsoft SQL server, Microsoft Access, ODBC, Interbase, Informix, MiniSQL, and SQLite. It supports nested transactions, blobs, and prepared queries. It can install database schemas defined in a DBMS independent XML format that describe tables, indexes, primary keys, and auto-increment sequences. It is also able to upgrade a database to a new schema without affecting the data that was stored since it was installed or upgraded for the last time. There is also schema reverse engineering support.

Screenshot

Project Spotlight

pdf_gantt

A TCPDF wrapper class for rendering Gantt charts as part of a PDF document.

Screenshot

Project Spotlight

TomP2P

A P2P-based high performance key-value pair storage library.