Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
63115676
Unverified
Commit
63115676
authored
Nov 19, 2017
by
Luís Cobucci
Committed by
GitHub
Nov 19, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2801 from ppaulis/master
added badges for continuousphp and other badges for 2.6
parents
298c9140
bf8f1dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
5 deletions
+21
-5
README.md
README.md
+21
-5
No files found.
README.md
View file @
63115676
# Doctrine DBAL
|
[
Master
][
Master
]
|
[
2.5
][
2.5
]
|
|:----------------:|:----------:|
|
[
![Build status
][
Master image
]
]
[
Master
]
|
[
![Build status
][
2.5 image
]
]
[
2.5
]
|
|
[
![Code Coverage
](
https://scrutinizer-ci.com/g/doctrine/dbal/badges/coverage.png?b=master
)
](https://scrutinizer-ci.com/g/doctrine/dbal/?branch=master) |
[
![Code Coverage
](
https://scrutinizer-ci.com/g/doctrine/dbal/badges/coverage.png?b=2.5
)
](https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.5) |
|
[
Master
][
Master
]
|
[
2.5
][
2.5
]
|
[
2.6
][
2.6
]
|
|:----------------:|:----------:|:----------:|
|
[
![Build status
][
Master image
]
]
[
Master
]
|
[
![Build status
][
2.5 image
]
]
[
2.5
]
|
[
![Build status
][
2.6 image
]
]
[
2.6
]
|
|
[
![Build Status
][
ContinuousPHP image
]
]
[
ContinuousPHP
]
|
[
![Build Status
][
ContinuousPHP 2.5 image
]
]
[
ContinuousPHP
]
|
[
![Build Status
][
ContinuousPHP 2.6 image
]
]
[
ContinuousPHP
]
|
|
[
![Code Coverage
][
Coverage image
]
]
[
Scrutinizer Master
]
|
[
![Code Coverage
][
Coverage 2.5 image
]
]
[
Scrutinizer 2.5
]
|
[
![Code Coverage
][
Coverage 2.6 image
]
]
[
Scrutinizer 2.6
]
|
|
[
![Code Quality
][
Quality image
]
]
[
Scrutinizer Master
]
|
[
![Code Quality
][
Quality 2.5 image
]
]
[
Scrutinizer 2.5
]
|
[
![Code Quality
][
Quality 2.6 image
]
]
[
Scrutinizer 2.6
]
|
Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
## More resources:
*
[
Website
](
http://www.doctrine-project.org/projects/dbal.html
)
...
...
@@ -17,6 +18,21 @@ Powerful database abstraction layer with many features for database schema intro
[
Master image
]:
https://img.shields.io/travis/doctrine/dbal/master.svg?style=flat-square
[
Coverage image
]:
https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/master.svg?style=flat-square
[
Quality image
]:
https://img.shields.io/scrutinizer/g/doctrine/dbal/master.svg?style=flat-square
[
ContinuousPHP image
]:
https://img.shields.io/continuousphp/git-hub/doctrine/dbal/master.svg?style=flat-square
[
Master
]:
https://travis-ci.org/doctrine/dbal
[
Scrutinizer Master
]:
https://scrutinizer-ci.com/g/doctrine/dbal/
[
ContinuousPHP
]:
https://continuousphp.com/git-hub/doctrine/dbal
[
2.5 image
]:
https://img.shields.io/travis/doctrine/dbal/2.5.svg?style=flat-square
[
Coverage 2.5 image
]:
https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/2.5.svg?style=flat-square
[
Quality 2.5 image
]:
https://img.shields.io/scrutinizer/g/doctrine/dbal/2.5.svg?style=flat-square
[
ContinuousPHP 2.5 image
]:
https://img.shields.io/continuousphp/git-hub/doctrine/dbal/2.5.svg?style=flat-square
[
2.5
]:
https://github.com/doctrine/dbal/tree/2.5
[
Scrutinizer 2.5
]:
https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.5
[
2.6 image
]:
https://img.shields.io/travis/doctrine/dbal/2.6.svg?style=flat-square
[
Coverage 2.6 image
]:
https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/2.6.svg?style=flat-square
[
Quality 2.6 image
]:
https://img.shields.io/scrutinizer/g/doctrine/dbal/2.6.svg?style=flat-square
[
ContinuousPHP 2.6 image
]:
https://img.shields.io/continuousphp/git-hub/doctrine/dbal/2.6.svg?style=flat-square
[
2.6
]:
https://github.com/doctrine/dbal/tree/2.6
[
Scrutinizer 2.6
]:
https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.6
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment