40 lines
2.2 KiB
Markdown
40 lines
2.2 KiB
Markdown
# Common classes for the Geocoder
|
|
[](http://travis-ci.org/geocoder-php/php-common)
|
|
[](https://packagist.org/packages/willdurand/geocoder)
|
|
[](https://packagist.org/packages/willdurand/geocoder)
|
|
[](https://packagist.org/packages/willdurand/geocoder)
|
|
[](https://scrutinizer-ci.com/g/geocoder-php/php-common)
|
|
[](https://scrutinizer-ci.com/g/geocoder-php/php-common)
|
|
[](LICENSE)
|
|
|
|
### 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](https://www.subtreesplit.com) 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](https://github.com/geocoder-php/Geocoder) to see the different providers.
|
|
|
|
```bash
|
|
composer require willdurand/geocoder
|
|
```
|
|
|
|
### Contribute
|
|
|
|
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/geocoder-php/Geocoder) or
|
|
report any issues you find on the [issue tracker](https://github.com/geocoder-php/Geocoder/issues).
|