- Notifications
You must be signed in to change notification settings - Fork4
Doctrine types & functions for brick/geo
License
NotificationsYou must be signed in to change notification settings
brick/geo-doctrine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Doctrine types & functions forbrick/geo
This library provides:
- type mappings to use
brick/geo
objects such asPolygon
as Doctrine entity properties - functions to use in DQL queries, such as
Distance()
orContains()
.
This library is installable viaComposer:
composer require brick/geo-doctrine
This library requires PHP 8.1.
The current releases are numbered0.x.y
. When a non-breaking change is introduced (adding new methods, optimizing existing code, etc.),y
is incremented.
When a breaking change is introduced, a new0.x
version cycle is always started.
It is therefore safe to lock your project to a given release cycle, such as0.5.*
.
If you need to upgrade to a newer release cycle, check therelease history for a list of changes introduced by each further0.x.0
version.
About
Doctrine types & functions for brick/geo
Resources
License
Stars
Watchers
Forks
Packages0
No packages published