BazingaGeocoderBundle
BazingaGeocoderBundle copied to clipboard
Integration of the Geocoder library into Symfony.
I am aware that [most users are still on 7.4](https://packagist.org/packages/willdurand/geocoder-bundle/php-stats#5.16). But i guess (hope) version 6 of this bundle is useing php >= 8. There are BC breaks because of...
This fixes #277 There are a few different aspects to this PR: * This includes the changes in #302 * Add support to define the provider per entity This is...
Coverage Belgium
This PR drop support for Symfony < 5.4 and add 6.3 to the CI test matrix. It also update the `.gitattributes` that was outdated.
Currently, only addresses in string form can be geocoded. It would be interesting to enable objects that can be represented as strings (with a `__toString()` method or by implementing the...
This PR add types declaration when possible. It also adds Rector as a dev dependency to facilitate code modernization.
Using the attribute on a property will only trigger geocoding on change, but using using the `#[Geocoder\Address]` attribute on a getter method will always trigger geocoding. Is that on purpose?...