PHPackages                             dekalee/enom - 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. dekalee/enom

ActiveLibrary[API Development](/categories/api)

dekalee/enom
============

A lib to call the enom API

v1.0.1(6y ago)0271MITPHP

Since Dec 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/dekalee/enom)[ Packagist](https://packagist.org/packages/dekalee/enom)[ RSS](/packages/dekalee-enom/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (3)Used By (1)

Dekalee Enom
============

[](#dekalee-enom)

[![Build Status](https://camo.githubusercontent.com/41530b1c2843e2618b40811dfcf964f5ef0a5ad1d29bfe144a930f3156ef8f3c/68747470733a2f2f7472617669732d63692e6f72672f64656b616c65652f656e6f6d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dekalee/enom)[![Latest Stable Version](https://camo.githubusercontent.com/89ae32395a066ec66be35b5a1a79a720fab53d21f0f4b6ecc43c7f999de72c6c/68747470733a2f2f706f7365722e707567782e6f72672f64656b616c65652f656e6f6d2f762f737461626c65)](https://packagist.org/packages/dekalee/enom)[![Total Downloads](https://camo.githubusercontent.com/be9a549214dcc90deff0e7c5739da00fc5e824a5f72eeda93503d0610e6d7789/68747470733a2f2f706f7365722e707567782e6f72672f64656b616c65652f656e6f6d2f646f776e6c6f616473)](https://packagist.org/packages/dekalee/enom)[![License](https://camo.githubusercontent.com/fd2e4e3cca43ad03d8ca929cc6d35303ade883889ca07a303d055486906b0770/68747470733a2f2f706f7365722e707567782e6f72672f64656b616c65652f656e6f6d2f6c6963656e7365)](https://packagist.org/packages/dekalee/enom)

This php library will be an abstraction for the Enom API.

Usage
-----

[](#usage)

We provide different classes to perform the requests :

- Get domain status
- Purchase domain
- Purchase additionnal services
- Set Dns host

Each of this query should be called with an argument which is the corresponding facade.

For exemple, to purchase the `test.com` domain:

```
use GuzzleHttp\Client;
use Dekalee\Enom\PurchaseQuery;

$client = new Client();
$query = new PurchaseQuery('your-uid', 'your-password', $client, 'https://reseller.enom.com/interface.asp');

$facade = new PurchaseFacade();
$facade->sld = 'test';
$facade->tld = 'com';

$order = $query->execute($facade);

var_dump($order);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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 ~5 days

Total

2

Last Release

2348d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2675545?v=4)[Nicolas Thal](/maintainers/nicolasThal)[@nicolasThal](https://github.com/nicolasThal)

---

Top Contributors

[![nicolasThal](https://avatars.githubusercontent.com/u/2675545?v=4)](https://github.com/nicolasThal "nicolasThal (5 commits)")

### Embed Badge

![Health badge](/badges/dekalee-enom/health.svg)

```
[![Health](https://phpackages.com/badges/dekalee-enom/health.svg)](https://phpackages.com/packages/dekalee-enom)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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