Skip to content
ihumanable edited this page Sep 13, 2010 · 4 revisions

Prosper is a database abstraction layer for PHP. This means that you can now write your database code once, and have it work on any backend database. If you have an existing php library you can swap out your database access layer with prosper and voilà, your library now supports every backend that prosper supports.

  • DB2
  • Firebird / Interbase
  • FrontBase
  • Informix
  • Ingres
  • MaxDB
  • MSql
  • Microsoft SQL Server
  • MySQL (through the use of mysql)
  • MySQL (through the use of mysqli)
  • Ovrimos File Database
  • Paradox File Database
  • Postgre SQL
  • Sqlite3
  • Sybase

Requires PHP 5.3+

Installation
Features
Quick Start
Documentation
Roadmap
Changelog

Clone this wiki locally