willdurand / geocoder
Common files for PHP Geocoder
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- nyholm/nsa: ^1.1
- phpunit/phpunit: ^9.5
- symfony/stopwatch: ~2.5
Suggests
- symfony/stopwatch: If you want to use the TimedGeocoder
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.2
- 4.2.1
- 4.2.0
- dev-master / 4.1.x-dev
- 4.1.0
- 4.0.0
- 4.0.0-beta5
- 4.0.0-beta4
- 4.0.0-beta3
- 4.0.0-beta2
- 4.0.0-beta1
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.0
- v3.0.0-alpha3
- v3.0.0-alpha2
- v3.0.0-alpha1
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-11-04 11:12:02 UTC
README
Note
- This repository is READ ONLY
- Post issues and PRs at the main repository: https://github.com/geocoder-php/Geocoder
History
Just some months before the release of 4.0 of willdurand/geocoder
we changed the repository to https://github.com/geocoder-php/php-common
from https://github.com/geocoder-php/Geocoder. The new repository will only contain classes and interfaces shared between
multiple providers. The original repository is still used for issues and pull requests.
The new repository architecture allows us to use a git subtree split from geocoder-php/Geocoder to geocoder-php/php-common and to each provider.
Versions before 4.0 willdurand/geocoder
will still work as usual, but with the new repository.
Install
In 99% of the cases you do not want to install this package directly. You are more likely to install one provider. Have a look at the documentation to see the different providers.
composer require willdurand/geocoder
Contribute
Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker.