README.md 2.13 KB
Newer Older
1 2
# Doctrine DBAL

3 4 5 6
| [Master][Master] | [2.10][2.10] |
|:----------------:|:----------:|
| [![Build status][Master image]][Master] | [![Build status][2.10 image]][2.10] |
| [![Build Status][ContinuousPHP image]][ContinuousPHP] | [![Build Status][ContinuousPHP 2.10 image]][ContinuousPHP] |
7
| [![Code Coverage][Coverage image]][Coveralls Master] | [![Code Coverage][Coverage 2.10 image]][Coveralls 2.10] |
8
| [![AppVeyor][AppVeyor master image]][AppVeyor master] | [![AppVeyor][AppVeyor 2.10 image]][AppVeyor 2.10] |
9

10 11 12 13
Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.

## More resources:

14 15
* [Website](http://www.doctrine-project.org/projects/dbal.html)
* [Documentation](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/)
16
* [Issue Tracker](https://github.com/doctrine/dbal/issues)
17 18

  [Master image]: https://img.shields.io/travis/doctrine/dbal/master.svg?style=flat-square
19
  [Coverage image]: https://coveralls.io/repos/github/doctrine/dbal/badge.svg?branch=master
20
  [ContinuousPHP image]: https://img.shields.io/continuousphp/git-hub/doctrine/dbal/master.svg?style=flat-square
21
  [Master]: https://travis-ci.org/doctrine/dbal
22
  [Coveralls Master]: https://coveralls.io/github/doctrine/dbal?branch=master
23 24
  [AppVeyor master]: https://ci.appveyor.com/project/doctrine/dbal/branch/master
  [AppVeyor master image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/master?svg=true
25
  [ContinuousPHP]: https://continuousphp.com/git-hub/doctrine/dbal
26

27
  [2.10 image]: https://img.shields.io/travis/doctrine/dbal/2.10.x.svg?style=flat-square
28
  [Coverage 2.10 image]: https://coveralls.io/repos/github/doctrine/dbal/badge.svg?branch=2.10.x
29 30
  [ContinuousPHP 2.10 image]: https://img.shields.io/continuousphp/git-hub/doctrine/dbal/2.10.x.svg?style=flat-square
  [2.10]: https://github.com/doctrine/dbal/tree/2.10.x
31
  [Coveralls 2.10]: https://coveralls.io/github/doctrine/dbal?branch=2.10.x
32 33
  [AppVeyor 2.10]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.10.x
  [AppVeyor 2.10 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.10.x?svg=true