Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/district09/php_package_gent-lez
Service wrapper to get a LEZ zone based on a Lambert72 or WGS84 coordinate.
https://github.com/district09/php_package_gent-lez
d09check22 web
Last synced: 21 days ago
JSON representation
Service wrapper to get a LEZ zone based on a Lambert72 or WGS84 coordinate.
- Host: GitHub
- URL: https://github.com/district09/php_package_gent-lez
- Owner: district09
- License: mit
- Created: 2020-12-10T10:43:03.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-29T17:54:21.000Z (over 2 years ago)
- Last Synced: 2024-12-05T12:19:45.002Z (about 1 month ago)
- Topics: d09check22, web
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# district09/gent-lez package
Check if a geolocation (WGS94 or Lambert72) is located within the City of Ghent
Low Emission Zone (LEZ). This is a PHP wrapper around a GIS webservice.[![Github][github-badge]][github-link]
[![License][license-badge]][license-link]
[![Packagist][packagist-version-badge]][packagist-version-link][![Build Status Master][travis-badge]][travis-link]
[![Maintainability][codeclimate-maint-badge]][codeclimate-maint-link]
[![Test Coverage][codeclimate-cover-badge]][codeclimate-cover-link]## Install
Install the package using composer:
```bash
composer require district09/gent-lez
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed
recently.## Examples
See the [examples](examples) directory how to use the service wrappers.
## Testing
Run the test suite:
``` bash
composer install
vendor/bin/grumphp
```## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more
information.[github-badge]: https://img.shields.io/badge/github-District09_Gent_LEZ-blue.svg?logo=github&style=flat-square
[github-link]: https://github.com/digipolisgent/php_package_gent-lez[license-badge]: https://img.shields.io/github/license/digipolisgent/php_package_gent-lez?style=flat-square
[license-link]: LICENSE.md[packagist-version-badge]: https://img.shields.io/packagist/v/district09/gent-lez?style=flat-square
[packagist-version-link]: https://packagist.org/packages/district09/gent-lez[travis-badge]: https://img.shields.io/travis/com/digipolisgent/php_package_gent-lez/1.x.svg?label=1.x&logo=travis&style=flat-square
[travis-link]: https://travis-ci.com/digipolisgent/php_package_gent-lez/branches[codeclimate-maint-badge]: https://img.shields.io/codeclimate/maintainability/digipolisgent/php_package_gent-lez?logo=code-climate&style=flat-square
[codeclimate-maint-link]: https://codeclimate.com/github/digipolisgent/php_package_gent-lez
[codeclimate-cover-badge]: https://img.shields.io/codeclimate/coverage/digipolisgent/php_package_gent-lez?logo=code-climate&style=flat-square
[codeclimate-cover-link]: https://codeclimate.com/github/digipolisgent/php_package_gent-lez