internetx/php-domainrobot-sdk

A php package for easy integration of the domainrobot API powered by InterNetX GmbH.

0.9.19 2023-07-18 14:12 UTC

README

A php package for easy integration of the Domainrobot API powered by InterNetX GmbH.

Table of Contents

  1. Preamble
  2. Installation
  3. Documentation
  4. Example Implementation
  5. Changelog
  6. Copyright and license

Preamble

This composer package can be used within every composer project, including projects based on frameworks like Laravel, CodeIgniter, Symfony and many more.

Note: Feel free to contribute by creating pull requests or file an issue for bugs, questions and feature requests.

Installation

composer require internetx/php-domainrobot-sdk

Documentation

In depth documentation and examples can be found here:

https://internetx.github.io/php-domainrobot-sdk/

Example implementation

Find an example implementation of the php-domainrobot-sdk with Laravel here: @InterNetX/php-domainrobot-sdk-laravel

Changelog

For a detailed changelog, see the CHANGELOG.md file.

Copyright and license

MIT License

Copyright (c) 2020 InterNetX GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.