Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openpotato/openplzapi-client.php
Official PHP client library for accessing the OpenPLZ API
https://github.com/openpotato/openplzapi-client.php
gemeindeverzeichnis open-data openplzapi php-library postleitzahlverzeichnis strassenverzeichnis
Last synced: about 10 hours ago
JSON representation
Official PHP client library for accessing the OpenPLZ API
- Host: GitHub
- URL: https://github.com/openpotato/openplzapi-client.php
- Owner: openpotato
- License: mit
- Created: 2024-11-26T14:36:33.000Z (2 months ago)
- Default Branch: develop
- Last Pushed: 2024-12-01T13:40:19.000Z (2 months ago)
- Last Synced: 2025-01-12T14:43:42.907Z (24 days ago)
- Topics: gemeindeverzeichnis, open-data, openplzapi, php-library, postleitzahlverzeichnis, strassenverzeichnis
- Language: PHP
- Homepage: https://www.openplzapi.org/en
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Packagist Version](https://img.shields.io/packagist/v/openpotato/openplzapi-client)](https://packagist.org/packages/openpotato/openplzapi-client)
![GitHub](https://img.shields.io/github/license/openpotato/openplzapi-client.php)# OpenPLZ API PHP Client
The official [PHP](https://www.php.net/) client library for direct access to the [OpenPLZ API](https://www.openplzapi.org/en).
+ Supports Python 3.8+
+ Supports all available [API endpoints](https://openplzapi.org/swagger/index.html)
+ Supports paged responses and [RFC 9457](https://datatracker.ietf.org/doc/html/rfc9457) error responses
+ Uses [Guzzle](https://github.com/guzzle/guzzle) as HTTP client.## Installation
The **OpenPLZ PHP Python Client** is available on [Packagist](https://packagist.org/packages/openpotato/openplzapi-client), and installation via [Composer](https://getcomposer.org/) is the recommended way to install:
``` bash
composer require openpotato/openplzapi-client
```## Getting started
Documentation is available in the [GitHub wiki](https://github.com/openpotato/openplzapi-client.php/wiki).
## Can I help?
Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.