community-sdks/godaddy-php

PHP SDK for the GoDaddy APIs in this repository.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/community-sdks/godaddy-php

v1.0.0 2026-02-27 18:32 UTC

This package is not auto-updated.

Last update: 2026-02-28 16:57:01 UTC


README

Getting Started

composer require community-sdks/godaddy-php
use CommunitySDKs\GoDaddy\Client;
use CommunitySDKs\GoDaddy\Config;

$client = new Client(new Config(
    apiKey: 'your-key',
    apiSecret: 'your-secret',
));

Services

  • Abuse: Abuse ticket management endpoints for listing, creating, and retrieving abuse reports.
  • Aftermarket: Aftermarket listing endpoints for auction listings, expiry listings, and listing removals.
  • Agreements: Legal agreement lookup endpoints for required agreement keys.
  • Ans: Agent Name Service endpoints for agent registration, resolution, certificates, and events.
  • Auctions: Auction bidding endpoints for placing bids on aftermarket listings.
  • Certificates: Certificate lifecycle endpoints for ordering, validation, download, reissue, renewal, revocation, and subscription lookups.
  • Countries: Country and market metadata endpoints for country and state lookups.
  • Domains: Domain management endpoints for availability, purchase, DNS, transfers, forwarding, notifications, and maintenance data.
  • Orders: Order retrieval endpoints for listing orders and loading individual order details.
  • Parking: Parking analytics endpoints for aggregate and per-domain parking metrics.
  • Shoppers: Shopper account endpoints for subaccounts, profile updates, deletion, status, and password changes.
  • Subscriptions: Subscription endpoints for listing, product groups, retrieval, cancellation, and updates.