openpotato / openplzapi-client
A client library for the OpenPLZ API project
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/openpotato/openplzapi-client
Requires
- php: >=8.3
- guzzlehttp/guzzle: ^7.9
Requires (Dev)
- phpunit/phpunit: ^12.0
README
OpenPLZ API PHP Client
The official PHP client library for direct access to the OpenPLZ API.
- Supports PHP 8.3+
- Supports all available API endpoints
- Supports paged responses and RFC 9457 error responses
- Uses Guzzle as HTTP client.
Installation
The OpenPLZ PHP Client is available on Packagist, and installation via Composer is the recommended way to install:
composer require openpotato/openplzapi-client
Getting started
Documentation is available in the GitHub 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.