You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,16 @@
2
2
3
3
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.
4
4
5
-
This package is a refactor/continuation of my [doctrine2-mysql-spatial](https://github.com/djlambert/doctrine2-mysql-spatial) package.
5
+
This package is a refactor/continuation of djlamberts [doctrine2-spatial](https://github.com/djlambert/doctrine2-spatial) package.
6
+
7
+
# Symfony2 Install
8
+
9
+
## composer.json
10
+
"require": {
11
+
...
12
+
"ddproxy/doctrine2-spatial": "dev-master"
13
+
14
+
# Package details
6
15
7
16
## Types
8
17
The following SQL/OpenGIS types have been implemented as PHP objects and accompanying Doctrine types:
0 commit comments