bnza/spgsp

Doctrine2 simple support for spatial types and functions

Maintainers

Details

github.com/bnza/spgsp

Source

Issues

Installs: 701

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:symfony-bundle

v0.2 2019-01-23 13:34 UTC

This package is auto-updated.

Last update: 2024-04-29 04:09:11 UTC


README

Doctrine 2 PostGIS simple support for spatial types and functions

##Install

Repository currently marked as dev. Set up your composer.json consequently

"minimum-stability" : "dev",
"prefer-stable" : true,
 "repositories": [
    {
                "type": "vcs",
                "url": "https://github.com/pbald/spgsp"
    }
]