samuelnitsche / laravel-hetzner-dns
Simple laravel wrapper for the hetzner dns api
v0.0.3
2021-08-05 20:30 UTC
Requires
- php: ^7.4 || ^8.0
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- orchestra/testbench: ^6.15
- phpunit/phpunit: ^9.3
- psalm/plugin-laravel: ^1.2
- vimeo/psalm: ^4.8
This package is auto-updated.
Last update: 2024-11-06 03:39:05 UTC
README
THIS PACKAGE IS CURRENTLY IN DEVELOPMENT. DO NOT USE IN PRODUCTION YET.
Laravel Hetzner Dns
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require samuelnitsche/laravel-hetzner-dns
You can publish and run the migrations with:
You can publish the config file with:
php artisan vendor:publish --provider="SamuelNitsche\LaravelHetznerDns\LaravelHetznerDnsServiceProvider" --tag="config"
Usage
$client = new Client(); $client->getAllRecords();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email mail@samynitsche.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.