intvent / mijndomeinreseller
A PHP composer package for MijnDomeinReseller
Fund package maintenance!
petericebear
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2024-10-26 01:22:57 UTC
README
Installation
You can install the package via composer:
composer require IntVent/mijndomeinreseller
Usage
use Intvent\MijnDomeinReseller\Client; $client = new Client('test', 'test'); $client->get('domain_list');
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 info@intvent.nl instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.