32 projects tagged "PHP"
Atmail is a fully-featured email server and Webmail client, allowing users to send and receive email via a Web browser or mobile device. It has full support for IMAP mailboxes, and an optional email-server mode that uses EXIM as the MTA. Features include a scheduler, MySQL backend support, spell-check, address book, calendar user preferences, multiple accounts, SpamAssassin support, migration scripts from other mail servers, a customizable interface, an attractive AJAX interface, an optional group sharing Calendar/Addressbook, and an Outlook plugin to sync Contacts/Tasks/Calendar data between a Desktop, Mobile, and Webmail client or other email users.
Mysql Done Right is a PHP 5.0+ class that provides a safe, clean, object-oriented, and efficient way to do database development. All queries except those with multiple row results return exactly what you need in one line of code. This is all done while still maintaining use of prepared queries and bound parameters to eliminate the risk of SQL injection attacks and operate more efficiently. No extra coding is needed on your part to reuse prepared queries. You simply write the same query again, and if you have used that one before, the prepared handle is reused. The newly bound parameters are used against the existing prepared handle, and the results are recomputed. The results themselves are not cached. Database connectivity is implemented using MySQLi.
Form Data Processing is a PHP class that can be used to generate SQL queries from HTTP request values. It processes the HTTP GET or POST request values and generates SQL INSERT or UPDATE statements mapping request value names to table fields and request values to table field values. It can exclude variables from an array or regular expression and add custom values to use in the query. It can also combine request values.
LdapSaisie is a Web application to manage LDAP directories. It is designed to abstract the complexity of the directory through an administration interface that is simple and intuitive. The application was designed with the objective of maximal modularity, allowing easy extension or adaptation with modules, extensions, and plugins. This application can be used to manage the information system based on LDAP and also, simultaneously, enabling users to access their data and possibly modify them.
The uFlex class can be used to manage registrations and authenticate users with records in a MySQL database. It can perform several types of operations with registered users of a site. Currently, it can create or update registered user records, activate user accounts, reset passwords, authenticate a user and start a login session, end a login session, and automatically login. As its name implies, the class is very flexible as you can add, modify, and validate any field in the registration and updating process.
oauth-php is a PHP library for OAuth consumers and servers. It has an extensible OAuth store, including a full working implementation of a MySQL store. The library implements methods to: verify incoming requests against the library; to sign outgoing requests, with curl support for actually doing the request; to sign requests with a body; to administrate consumer keys and tokens for multiple users (server and consumer side); and to log incoming and outgoing requests handled by the library (optionally in the database).