dator/doctrine1-drak

PHP5 Database ORM

Maintainers

Package info

github.com/dator/doctrine1-drak

Homepage

Issues

pkg:composer/dator/doctrine1-drak

Statistics

Installs: 11 781

Dependents: 0

Suggesters: 0

Stars: 1

dev-master 2015-03-31 13:16 UTC

This package is not auto-updated.

Last update: 2026-04-26 01:47:01 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)