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
3bd63e2e
Commit
3bd63e2e
authored
Apr 07, 2015
by
Steve Müller
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #830 from TomasVotruba/patch-1
Readme: nicer badges; cleanup, 2.3- dropped
parents
830e7979
0de3d925
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
README.md
README.md
+13
-4
No files found.
README.md
View file @
3bd63e2e
# Doctrine DBAL
|
[
Master
][
Master
]
|
[
2.5
][
2.5
]
|
[
2.4
][
2.4
]
|
|:----------------:|:----------:|:----------:|
|
[
![Build status
][
Master image
]
]
[
Master
]
|
[
![Build status
][
2.5 image
]
]
[
2.5
]
|
[
![Build status
][
2.4 image
]
]
[
2.4
]
|
Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
*
Master:
[
![Build Status
](
https://secure.travis-ci.org/doctrine/dbal.png?branch=master
)
](http://travis-ci.org/doctrine/dbal)
[
![Dependency Status
](
https://www.versioneye.com/php/doctrine:dbal/dev-master/badge.png
)
](https://www.versioneye.com/php/doctrine:dbal/dev-master)
*
2.5:
[
![Build Status
](
https://secure.travis-ci.org/doctrine/dbal.png?branch=2.5
)
](http://travis-ci.org/doctrine/dbal)
[
![Dependency Status
](
https://www.versioneye.com/php/doctrine:dbal/2.5.0/badge.png
)
](https://www.versioneye.com/php/doctrine:dbal/2.5.0)
*
2.4:
[
![Build Status
](
https://secure.travis-ci.org/doctrine/dbal.png?branch=2.4
)
](http://travis-ci.org/doctrine/dbal)
[
![Dependency Status
](
https://www.versioneye.com/php/doctrine:dbal/2.4.2/badge.png
)
](https://www.versioneye.com/php/doctrine:dbal/2.4.2)
*
2.3:
[
![Build Status
](
https://secure.travis-ci.org/doctrine/dbal.png?branch=2.3
)
](http://travis-ci.org/doctrine/dbal)
[
![Dependency Status
](
https://www.versioneye.com/php/doctrine:dbal/2.3.4/badge.png
)
](https://www.versioneye.com/php/doctrine:dbal/2.3.4)
## More resources:
...
...
@@ -13,3 +14,11 @@ Powerful database abstraction layer with many features for database schema intro
*
[
Documentation
](
http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/
)
*
[
Issue Tracker
](
http://www.doctrine-project.org/jira/browse/DBAL
)
*
[
Downloads
](
http://github.com/doctrine/dbal/downloads
)
[
Master image
]:
https://img.shields.io/travis/doctrine/dbal/master.svg?style=flat-square
[
Master
]:
https://travis-ci.org/doctrine/dbal
[
2.5 image
]:
https://img.shields.io/travis/doctrine/dbal/2.5.svg?style=flat-square
[
2.5
]:
https://github.com/doctrine/dbal/tree/2.5
[
2.4 image
]:
https://img.shields.io/travis/doctrine/dbal/2.4.svg?style=flat-square
[
2.4
]:
https://github.com/doctrine/dbal/tree/2.4
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