PHPackages                             bigdevwhale/godaddy-api-wrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bigdevwhale/godaddy-api-wrapper

ActiveLibrary[API Development](/categories/api)

bigdevwhale/godaddy-api-wrapper
===============================

A GoDaddy API wrapper for PHP

1.0.11(2y ago)10287↓60%[1 issues](https://github.com/bigdevwhale/godaddy-api-wrapper/issues)MITPHPPHP &gt;=7.2

Since Oct 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bigdevwhale/godaddy-api-wrapper)[ Packagist](https://packagist.org/packages/bigdevwhale/godaddy-api-wrapper)[ RSS](/packages/bigdevwhale-godaddy-api-wrapper/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (13)Used By (0)

GoDaddy API PHP Wrapper
=======================

[](#godaddy-api-php-wrapper)

A PHP wrapper for interacting with the GoDaddy API. This wrapper simplifies the process of making HTTP requests to the GoDaddy API, allowing you to manage your domains, accounts, and perform various domain-related tasks.

Getting Started
---------------

[](#getting-started)

Before using this wrapper, you'll need to create an API Key and Secret by following the instructions provided in the [GoDaddy API Documentation](https://developer.godaddy.com/doc).

### Installation

[](#installation)

You can install this wrapper using Composer. If you don't have Composer installed, [download it here](https://getcomposer.org/download/).

1. Create a new directory for your project and navigate to it in your terminal.
2. Inside your project directory, run the following Composer command to install the GoDaddy API PHP Wrapper:

    ```
    composer require bigdevwhale/godaddy-api-wrapper
    ```
3. After installation, you can use the wrapper by including the Composer autoloader in your PHP script:

    ```
    require 'vendor/autoload.php';
    ```

Make sure to require the Composer autoloader at the beginning of your PHP script.

4. Make sure to require the Composer autoloader at the beginning of your PHP script.

    ```
    // Include the Composer autoloader
    require 'vendor/autoload.php';

    // Initialize the GoDaddyAPI with your API Key and Secret for the test environment
    $apiKey = 'your-test-api-key';
    $apiSecret = 'your-test-api-secret';

    // Set the isProduction flag to false to use the test environment
    $isProduction = false;

    // Create an instance of GoDaddyAPI for the test environment
    $goDaddyAPI = new \GoDaddyAPI\GoDaddyAPI($apiKey, $apiSecret, $isProduction);

    // Access various API endpoints using the provided methods
    $abuseRequest = $goDaddyAPI->abuse();
    $aftermarketRequest = $goDaddyAPI->aftermarket();
    $agreementsRequest = $goDaddyAPI->agreements();
    $certificatesRequest = $goDaddyAPI->certificates();
    $countriesRequest = $goDaddyAPI->countries();
    $domainsRequest = $goDaddyAPI->domains();
    $ordersRequest = $goDaddyAPI->orders();
    $parkingRequest = $goDaddyAPI->parking();
    $shoppersRequest = $goDaddyAPI->shoppers();
    $subscriptionsRequest = $goDaddyAPI->subscriptions();

    // Use the API requests to perform specific actions
    // For example, list all abuse tickets
    try {
        $abuseTickets = $abuseRequest->getTickets();
        // Process the $abuseTickets response
        print_r($abuseTickets);
    } catch (\GoDaddyAPI\Exceptions\GoDaddyAPIException $e) {
        echo 'Error: ' . $e->getMessage();
    }
    ```

For detailed API reference and available endpoints, refer to the official [GoDaddy API documentation](https://developer.godaddy.com/doc).

### Configuration

[](#configuration)

You can configure the base URL (production or test environment) in the GoDaddyApiClient constructor by setting the $isProduction parameter.

Contributing
------------

[](#contributing)

We welcome contributions! Feel free to create issues, submit pull requests, or make improvements to this wrapper.

License
-------

[](#license)

This GoDaddy API PHP wrapper is licensed under the MIT License - see the LICENSE file for details.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

12

Last Release

946d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a881cea8e4820ae067cd4d454854b04ab111c9f56f5bf05adb0cd03713591a4c?d=identicon)[Marat555](/maintainers/Marat555)

---

Top Contributors

[![bigdevwhale](https://avatars.githubusercontent.com/u/14868809?v=4)](https://github.com/bigdevwhale "bigdevwhale (1 commits)")

---

Tags

apiwrappergodaddy

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bigdevwhale-godaddy-api-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/bigdevwhale-godaddy-api-wrapper/health.svg)](https://phpackages.com/packages/bigdevwhale-godaddy-api-wrapper)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
