ddproxy / doctrine2-spatial
Doctrine2 multi-platform support for spatial types and functions
Installs: 570
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 174
Open Issues: 3
Requires
- doctrine/orm: >=2.1
Requires (Dev)
- doctrine/common: >=2.1
- doctrine/dbal: >=2.1
- phpunit/phpunit: >=3.7
- rhumsaa/array_column: ~1.1
This package is not auto-updated.
Last update: 2024-10-23 17:08:35 UTC
README
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",