PHPackages                             cybersholt/godaddy-api-client - 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. cybersholt/godaddy-api-client

ActiveLibrary[API Development](/categories/api)

cybersholt/godaddy-api-client
=============================

Api client for GoDaddy Domains

1.1.2(6y ago)026MITPHPPHP &gt;=5.4

Since Sep 12Pushed 6y agoCompare

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

READMEChangelog (1)DependenciesVersions (6)Used By (0)

GoDaddy Domains API Client
==========================

[](#godaddy-domains-api-client)

API client for [GoDaddy Domains](https://developer.godaddy.com)

Requirements
------------

[](#requirements)

PHP 5.4.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "require" : {
    "gellu/godaddy-api-client" : "1.*"
  }
}
```

Then run `composer install`

Example - Domain purchase
-------------------------

[](#example---domain-purchase)

```
