creof/doctrine2-spatial

Doctrine2 multi-platform support for spatial types and functions

Installs: 2 745 862

Dependents: 13

Suggesters: 0

Security: 0

Stars: 271

Watchers: 19

Forks: 174

Open Issues: 51

1.2.0 2017-07-13 16:48 UTC

This package is auto-updated.

Last update: 2024-02-20 12:47:39 UTC


README

Build Status Code Climate Coverage Status Downloads Gitter

Doctrine2 multi-platform support for spatial types and functions. Currently MySQL and PostgreSQL with PostGIS are supported. Could potentially add support for other platforms if an interest is expressed.

Documentation can be found at here

composer.json

{
    "require": {
    	...
        "creof/doctrine2-spatial": "~1"

You will also have to change the version requirement of doctrine to at least 2.3:

        "doctrine/orm": ">=2.3",