diff options
author | polo <ordipolo@gmx.fr> | 2024-08-13 23:45:21 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2024-08-13 23:45:21 +0200 |
commit | bf6655a534a6775d30cafa67bd801276bda1d98d (patch) | |
tree | c6381e3f6c81c33eab72508f410b165ba05f7e9c /vendor/doctrine/orm/README.md | |
parent | 94d67a4b51f8e62e7d518cce26a526ae1ec48278 (diff) | |
download | AppliGestionPHP-bf6655a534a6775d30cafa67bd801276bda1d98d.zip |
VERSION 0.2 doctrine ORM et entités
Diffstat (limited to 'vendor/doctrine/orm/README.md')
-rw-r--r-- | vendor/doctrine/orm/README.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/vendor/doctrine/orm/README.md b/vendor/doctrine/orm/README.md new file mode 100644 index 0000000..1df322c --- /dev/null +++ b/vendor/doctrine/orm/README.md | |||
@@ -0,0 +1,40 @@ | |||
1 | | [4.0.x][4.0] | [3.3.x][3.3] | [3.2.x][3.2] | [2.20.x][2.20] | [2.19.x][2.19] | | ||
2 | |:------------------------------------------------------:|:------------------------------------------------------:|:------------------------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:| | ||
3 | | [![Build status][4.0 image]][4.0] | [![Build status][3.3 image]][3.3] | [![Build status][3.2 image]][3.2] | [![Build status][2.20 image]][2.20] | [![Build status][2.19 image]][2.19] | | ||
4 | | [![Coverage Status][4.0 coverage image]][4.0 coverage] | [![Coverage Status][3.3 coverage image]][3.3 coverage] | [![Coverage Status][3.2 coverage image]][3.2 coverage] | [![Coverage Status][2.20 coverage image]][2.20 coverage] | [![Coverage Status][2.19 coverage image]][2.19 coverage] | | ||
5 | |||
6 | [<h1 align="center">🇺🇦 UKRAINE NEEDS YOUR HELP NOW!</h1>](https://www.doctrine-project.org/stop-war.html) | ||
7 | |||
8 | Doctrine ORM is an object-relational mapper for PHP 8.1+ that provides transparent persistence | ||
9 | for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features | ||
10 | is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), | ||
11 | inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility | ||
12 | without requiring unnecessary code duplication. | ||
13 | |||
14 | |||
15 | ## More resources: | ||
16 | |||
17 | * [Website](http://www.doctrine-project.org) | ||
18 | * [Documentation](https://www.doctrine-project.org/projects/doctrine-orm/en/stable/index.html) | ||
19 | |||
20 | |||
21 | [4.0 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=4.0.x | ||
22 | [4.0]: https://github.com/doctrine/orm/tree/4.0.x | ||
23 | [4.0 coverage image]: https://codecov.io/gh/doctrine/orm/branch/4.0.x/graph/badge.svg | ||
24 | [4.0 coverage]: https://codecov.io/gh/doctrine/orm/branch/4.0.x | ||
25 | [3.3 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=3.3.x | ||
26 | [3.3]: https://github.com/doctrine/orm/tree/3.3.x | ||
27 | [3.3 coverage image]: https://codecov.io/gh/doctrine/orm/branch/3.3.x/graph/badge.svg | ||
28 | [3.3 coverage]: https://codecov.io/gh/doctrine/orm/branch/3.3.x | ||
29 | [3.2 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=3.2.x | ||
30 | [3.2]: https://github.com/doctrine/orm/tree/3.2.x | ||
31 | [3.2 coverage image]: https://codecov.io/gh/doctrine/orm/branch/3.2.x/graph/badge.svg | ||
32 | [3.2 coverage]: https://codecov.io/gh/doctrine/orm/branch/3.2.x | ||
33 | [2.20 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=2.20.x | ||
34 | [2.20]: https://github.com/doctrine/orm/tree/2.20.x | ||
35 | [2.20 coverage image]: https://codecov.io/gh/doctrine/orm/branch/2.20.x/graph/badge.svg | ||
36 | [2.20 coverage]: https://codecov.io/gh/doctrine/orm/branch/2.20.x | ||
37 | [2.19 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=2.19.x | ||
38 | [2.19]: https://github.com/doctrine/orm/tree/2.19.x | ||
39 | [2.19 coverage image]: https://codecov.io/gh/doctrine/orm/branch/2.19.x/graph/badge.svg | ||
40 | [2.19 coverage]: https://codecov.io/gh/doctrine/orm/branch/2.19.x | ||