wolnosciowiec / coordinatesbundle
Adds a simple support for searching objects from database in selected distance.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
pkg:composer/wolnosciowiec/coordinatesbundle
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: ^5.6
- symfony/symfony: >=2.8
This package is not auto-updated.
Last update: 2020-01-24 16:45:06 UTC
README
Adds a simple support for searching objects from database in selected distance. It's a fast method based on a square box, that is not so powerful like circle radius, but its very fast.
Usage
Use a trait CoordinatesFeaturedRepositoryTrait
in your repository, and then
use methods that are injecting conditions to query builder.