9 projects tagged "php classes"
Simple Login Class is a PHP class that can be used to prevent unauthorized access of Web pages. A simple user management system can be implemented with this class very quickly. It does not use databases or database queries to store the user details. Instead of a database, it uses a text file to store the details. An access encoding technique (Base64), two hashing techniques (SHA1 and MD5), an a built-in PHP function (StrRev) are used here to store passwords more securely in the text file. Simple Login Class can be used in any PHP page just by embedding a snippet at the top of a the page to be protected. Any number of user logins can be stored more securely in a single file. The sessions are handled more safely in this system than some other login systems. The user registration system applied here is simplified. In certain cases, no configuration is needed to use this class.
Akelos is an MVC framework for PHP that tries to bring the magic of Ruby on Rails to the PHP world. Akelos based applications can run on most shared hosting service providers since Akelos only requires a standard PHP installation on the server. Akelos is designed to make developers lives simpler by solving complex problems with unusual speed and productivity. Favoring "convention over configuration" leads to the creation of uniform and simpler-to-understand code.
2D/3D Stacked Horizontal Bar Graph for PHP provides a very easy way to embed dynamically generated stacked horizontal bar graphs and charts into PHP applications and HTML Web pages. The graphing software is very easy to use and it's perfectly possible to add professional quality real time graphing to Web pages and applications within minutes.
2D/3D Line Graph for PHP is a script that provides a very easy way to embed dynamically generated line graphs and charts into PHP applications and HTML Web pages. The graphing software is very easy to use, and it's possible to add professional quality real time graphing to Web pages and applications within minutes.
The IBiz E-Payment Integrator provides a way to add secure and reliable Internet payment processing to your applications. The product contains libraries and PHP extensions for credit card and electronic check (ACH) processing via major Internet payment gateways (more than 50 gateways supported including Authorize.net, IBill, LinkPoint, etc.). It includes source code for compilation on various Unix platforms, a framework for Objective-C (Cocoa) Mac OS X development, native PHP extensions, and more.
The Enhanced File Crypt/eXtended File Stealth System (EFC/XFSS) makes your uploaded files safe on the server so that no one can read them without knowing a few details to decipher the files. It generates different obfuscated names and encrypted files so no one will know what the original format or name was.
This class fixes the problem where PayPal IPN notifications fail. It uses cURL so PHP can follow the 302 redirection served, and by default uses SSL for posting to PayPal, but is configurable to do normal HTTP as well. It also gives more detailed logging info in the log file/log email.
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.
A full-featured MediaWiki client API for easy wiki site building.