Download the PHP package dutchcodingcompany/laravel-hetzner-dns-api without Composer
On this page you can find all versions of the php package dutchcodingcompany/laravel-hetzner-dns-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dutchcodingcompany/laravel-hetzner-dns-api
More information about dutchcodingcompany/laravel-hetzner-dns-api
Files in dutchcodingcompany/laravel-hetzner-dns-api
Package laravel-hetzner-dns-api
Short Description An unofficial PHP SDK for the Hetzner DNS API.
License MIT
Homepage https://github.com/dutchcodingcompany/laravel-hetzner-dns-api
Informations about the package laravel-hetzner-dns-api
An unofficial PHP SDK for the Hetzner DNS API.
This PHP/Laravel client around the Hetzner DNS API support:
- Zones
- Records
This SDK is based on Saloon, a Laravel / PHP package that helps write API integrations and SDKs.
Installation
You can install the package via composer:
Set your hetzner dns api token in your .env file:
Configuration (optional)
You can publish the config file with:
This is the contents of the published config file can be found here.
If you would like to store the API Token outside of the config (e.g. encrypted in the database), you can override the resolver in the boot
method of the AppServiceProvider
Usage
ToDo
- add caching
- ...
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Niek Brekelmans
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-hetzner-dns-api with dependencies
illuminate/contracts Version ^9.0 | ^10.0
saloonphp/saloon Version ^3.0
spatie/laravel-package-tools Version ^1.16.1