• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..21-Sep-2021-

bin/H03-May-2022-6345

lib/Doctrine/DBAL/H03-Nov-2019-45,19625,380

.doctrine-project.jsonH A D03-Nov-20191.2 KiB5655

LICENSEH A D03-Nov-20191 KiB2016

README.mdH A D03-Nov-20193.6 KiB4739

SECURITY.mdH A D03-Nov-2019643 1510

UPGRADE.mdH A D03-Nov-201920.3 KiB453290

composer.jsonH A D03-Nov-20191.8 KiB6766

README.md

1# Doctrine DBAL
2
3| [Master][Master] | [2.9][2.9] | [Develop][develop] |
4|:----------------:|:----------:|:------------------:|
5| [![Build status][Master image]][Master] | [![Build status][2.9 image]][2.9] | [![Build status][develop image]][develop] |
6| [![Build Status][ContinuousPHP image]][ContinuousPHP] | [![Build Status][ContinuousPHP 2.9 image]][ContinuousPHP] | [![Build Status][ContinuousPHP develop image]][ContinuousPHP] |
7| [![Code Coverage][Coverage image]][Scrutinizer Master] | [![Code Coverage][Coverage 2.9 image]][Scrutinizer 2.9] | [![Code Coverage][Coverage develop image]][Scrutinizer develop] |
8| [![Code Quality][Quality image]][Scrutinizer Master] | [![Code Quality][Quality 2.9 image]][Scrutinizer 2.9] | [![Code Quality][Quality develop image]][Scrutinizer develop] |
9| [![AppVeyor][AppVeyor master image]][AppVeyor master] | [![AppVeyor][AppVeyor 2.9 image]][AppVeyor 2.9] | [![AppVeyor][AppVeyor develop image]][AppVeyor develop] |
10
11Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
12
13## More resources:
14
15* [Website](http://www.doctrine-project.org/projects/dbal.html)
16* [Documentation](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/)
17* [Issue Tracker](https://github.com/doctrine/dbal/issues)
18
19  [Master image]: https://img.shields.io/travis/doctrine/dbal/master.svg?style=flat-square
20  [Coverage image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/master.svg?style=flat-square
21  [Quality image]: https://img.shields.io/scrutinizer/g/doctrine/dbal/master.svg?style=flat-square
22  [ContinuousPHP image]: https://img.shields.io/continuousphp/git-hub/doctrine/dbal/master.svg?style=flat-square
23  [Master]: https://travis-ci.org/doctrine/dbal
24  [Scrutinizer Master]: https://scrutinizer-ci.com/g/doctrine/dbal/
25  [AppVeyor master]: https://ci.appveyor.com/project/doctrine/dbal/branch/master
26  [AppVeyor master image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/master?svg=true
27  [ContinuousPHP]: https://continuousphp.com/git-hub/doctrine/dbal
28
29  [2.9 image]: https://img.shields.io/travis/doctrine/dbal/2.9.svg?style=flat-square
30  [Coverage 2.9 image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/2.9.svg?style=flat-square
31  [Quality 2.9 image]: https://img.shields.io/scrutinizer/g/doctrine/dbal/2.9.svg?style=flat-square
32  [ContinuousPHP 2.9 image]: https://img.shields.io/continuousphp/git-hub/doctrine/dbal/2.9.svg?style=flat-square
33  [2.9]: https://github.com/doctrine/dbal/tree/2.9
34  [Scrutinizer 2.9]: https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.9
35  [AppVeyor 2.9]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.9
36  [AppVeyor 2.9 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.9?svg=true
37
38  [develop]: https://github.com/doctrine/dbal/tree/develop
39  [develop image]: https://img.shields.io/travis/doctrine/dbal/develop.svg?style=flat-square
40  [Coverage develop image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/develop.svg?style=flat-square
41  [Quality develop image]: https://img.shields.io/scrutinizer/g/doctrine/dbal/develop.svg?style=flat-square
42  [ContinuousPHP develop image]: https://img.shields.io/continuousphp/git-hub/doctrine/dbal/develop.svg?style=flat-square
43  [develop]: https://github.com/doctrine/dbal/tree/develop
44  [Scrutinizer develop]: https://scrutinizer-ci.com/g/doctrine/dbal/?branch=develop
45  [AppVeyor develop]: https://ci.appveyor.com/project/doctrine/dbal/branch/develop
46  [AppVeyor develop image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/develop?svg=true
47