= Native PHP implementation of the MonetDB interface. =

The php API aims at being compatible with the one provided by the C implementation.

== Directory structure ==
 - lib/
       php_mapi.inc - mapi protocol implementation
       php_monetdb.php - php api

 - examples/simple_query.php - an example of php+monetdb in action

 - INSTALL - note about installing and using the native interface

 - TODO: list of pending tasks.

== Benchmark ==

A comparison between cimpl and native can be found at: http://www.ins.cwi.nl/~gm/bench/

php_test.tar.bz2 - contains an utility to measure the performance of the two php APIS.	
