recras / doctrine1
PHP Database ORM
Installs: 13 501
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 220
Open Issues: 0
- dev-master
- v1.5.30
- v1.5.29
- v1.5.28
- v1.5.27
- v1.5.26
- v1.5.25
- v1.5.24
- v1.5.23
- v1.5.22
- v1.5.21
- v1.5.20
- v1.5.19
- v1.5.18
- v1.5.17
- v1.5.16
- v1.5.15
- v1.5.14
- v1.5.13
- v1.5.12
- v1.5.11
- v1.5.10
- v1.5.9
- v1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.x-dev
- 1.3.2
- v1.3.1
- v1.3
- dev-build-model-end-with-eol
- dev-update-symfony-yaml
- dev-migration-length-int
- dev-typehint-relation-properties
- dev-generate-getters-setters
- dev-travis
- dev-diablomedia
This package is auto-updated.
Last update: 2024-10-28 12:42:40 UTC
README
This is a maintained Doctrine 1 fork you can use in your projects using Composer.
There are two versions: dev
and master
.
master
is fully backwards-compatible with the latest original
Doctrine 1 release. dev
contains more fixes.
Usage
Use the dev-dev
version string for the latest doctrine1,
and dev-master
for the backwards-compatible one:
{ "require": { "drak/doctrine1": "dev-dev" } }
List of backwards-incompatible changes on dev
whereIn
with an empty array now restricts query to returning nothing instead of returning everything (issue #15)