Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.