PHP Domainrobot SDK Documentation
Guide
InterNetX (opens new window)
Imprint (opens new window)
Terms and conditions (opens new window)
GitHub (opens new window)
Guide
InterNetX (opens new window)
Imprint (opens new window)
Terms and conditions (opens new window)
GitHub (opens new window)
  • Introduction

    • Preamble
    • Changelog
    • Installation and Usage
    • Example Implementations
  • Basics

    • Logging Requests and Responses
    • Asynchronous vs Synchronous Requests
    • Setting Headers
    • Exception handling
  • Working with Models

    • Models
    • Instantiating models
    • Model configuration
  • Supported API calls

    • Certificate
    • Contact
    • Document
    • Domain
    • Domain cancelation
    • Domainstudio
    • PC Domains
    • Poll
    • Redirect
    • SslContact
    • Transferout
    • TrustedApplication
    • User
    • Whois
    • Zone
  • Available Constants

    • ACL Restriction
    • Crypto Format
    • Contact types
    • Registry Status
    • Time Unit

# Example Implementations

You can find example implementations for almost all routes in the example Folder in the source code.

https://github.com/InterNetX/php-domainrobot-sdk/tree/master/example (opens new window)

On top of that, you can find a completely working example implementation of the php-domainrobot-sdk with Laravel (opens new window) here: @InterNetX/php-domainrobot-sdk-laravel (opens new window)

← Installation and Usage Logging Requests and Responses →