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: 6 months 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 (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-29T17:54:21.000Z (almost 4 years ago)
- Last Synced: 2025-10-21T06:34:10.147Z (8 months ago)
- Topics: d09check22, web
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- 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]
[![CI test main][github-ci-badge-main]][github-ci-link]
[![CI test develop][github-ci-badge-develop]][github-ci-link]
## Supported NucleusSpatial versions
- The current version (3+) of this package is compatible with NucleusSpatial v2.
- Use version 2.x of this package for NucleusSpatial v1.
## 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
[github-ci-link]: https://github.com/district09/php_package_gent-lez/actions/workflows/ci.yml
[github-ci-badge-main]: https://img.shields.io/github/actions/workflow/status/district09/php_package_gent-lez/ci.yml?branch=main&style=flat-square&label=Tests%20Main
[github-ci-badge-develop]: https://img.shields.io/github/actions/workflow/status/district09/php_package_gent-lez/ci.yml?branch=develop&style=flat-square&label=Tests%20Develop