Merge branch 'meta/travis'
[m6w6/ext-pq] / README.md
1 pecl/pq
2 =======
3
4 [![Build Status](https://travis-ci.org/php/pecl-database-pq.svg?branch=master)](https://travis-ci.org/php/pecl-database-pq)
5
6 About
7 -----
8
9 This is a modern binding to the mature [libpq](http://www.postgresql.org/docs/current/static/libpq.html), the official PostgreSQL C-client library.
10
11 Highlights:
12
13 - Nearly 100% support for asynchronous usage.
14 - Extended type support by pg_type.
15 - Fetching simple multi-dimensional array maps.
16 - Working [Gateway implementation](https://github.com/m6w6/pq-gateway).
17
18 Installation
19 ------------
20
21 This extension is hosted at [PECL](http://pecl.php.net/) and can be installed with [PEAR](http://pear.php.net/)'s `pecl` command:
22
23 # pecl install pq
24
25 Dependencies
26 ------------
27
28 This extension unconditionally depends on the pre-loaded presence of the following PHP extensions:
29
30 - [raphf](http://pecl.php.net/package/raphf)
31 - [spl](http://php.net/spl)
32
33 Documentation
34 -------------
35
36 Documentation is available [here](http://devel-m6w6.rhcloud.com/mdref/pq).