Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/district09/php_package_dg-toerismevlaanderen-lodging
PHP package to access the Toerismevlaanderen Lodging linked open data.
https://github.com/district09/php_package_dg-toerismevlaanderen-lodging
d09check22 web
Last synced: 3 days ago
JSON representation
PHP package to access the Toerismevlaanderen Lodging linked open data.
- Host: GitHub
- URL: https://github.com/district09/php_package_dg-toerismevlaanderen-lodging
- Owner: district09
- License: mit
- Created: 2019-08-21T10:56:39.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-30T06:36:22.000Z (over 2 years ago)
- Last Synced: 2024-12-05T12:49:26.990Z (20 days ago)
- Topics: d09check22, web
- Language: PHP
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# DigipolisGent - Toerismevlaanderen Lodging
This package integrates with the [Toerismevlaanderen Lodging][tv.lodging] linked
open data [SPARQL endpoint][tv.lodging.sparql].It also contains the value objects representing the returned data.
[![Github][github-badge]][github-link]
[![Build Status Master][travis-master-badge]][travis-master-link]
[![Build Status Develop][travis-develop-badge]][travis-develop-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 digipolisgent/toerismevlaanderen-lodging
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed
recently.## Testing
Run the test suite:
``` bash
vendor/bin/phpunit
```## Examples
See the [examples](examples) directory how to use the service wrappers.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more
information.[tv.lodging]: https://data.toerismevlaanderen.be/linked-data-gebruik
[tv.lodging.sparql]: https://linked.toerismevlaanderen.be/sparql[github-badge]: https://img.shields.io/badge/github-DigipolisGent_Toerismevlaanderen_Lodging-blue.svg?logo=github
[github-link]: https://github.com/digipolisgent/php_package_dg-toerismevlaanderen-lodging[travis-master-badge]: https://travis-ci.com/digipolisgent/php_package_dg-toerismevlaanderen-lodging.svg?token=anXPs46DEwgxP8RmJPAJ&branch=master "Travis build master"
[travis-master-link]: https://travis-ci.com/digipolisgent/php_package_dg-toerismevlaanderen-lodging/branches
[travis-develop-badge]: https://travis-ci.com/digipolisgent/php_package_dg-toerismevlaanderen-lodging.svg?token=anXPs46DEwgxP8RmJPAJ&branch=develop "Travis build develop"
[travis-develop-link]: https://travis-ci.com/digipolisgent/php_package_dg-toerismevlaanderen-lodging/branches[codeclimate-maint-badge]: https://api.codeclimate.com/v1/badges/c837ebbed37a47b41c38/maintainability
[codeclimate-maint-link]: https://codeclimate.com/repos/5d5d2ccb4626e0019f00d14b/maintainability
[codeclimate-cover-badge]: https://api.codeclimate.com/v1/badges/c837ebbed37a47b41c38/test_coverage
[codeclimate-cover-link]: https://codeclimate.com/repos/5d5d2ccb4626e0019f00d14b/test_coverage