PHPackages                             nfacha/dnsimple-php - 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. nfacha/dnsimple-php

ActiveLibrary

nfacha/dnsimple-php
===================

Class to manage DNS records using the dnsimple.com API

101PHP

Since Apr 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/nfacha/dnsimple-api)[ Packagist](https://packagist.org/packages/nfacha/dnsimple-php)[ RSS](/packages/nfacha-dnsimple-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

##### This class is used to manage (list,create and delete) DNS records on dnsimple.com using its API.

[](#this-class-is-used-to-manage-listcreate-and-delete-dns-records-on-dnsimplecom-using-its-api)

You will need obtain your AccountID and API Key to use this library, you can do so from the "**Account**" option of the dashboard then head over to the "**Automation**" tab.

###### Usage:

[](#usage)

```
 $dnSimple    = new dnSimpleApi( "DNSIMPLE_API_KEY", "DNSIMPLE_ACCOUND_ID" );
 $dnsResponse = $dnSimple->createRecord( "example.com", [
     'type'    => 'a',
     'name'    => 'squirrel',
     'content' => '8.8.8.8'
 ] );
 if ( array_key_exists( 'data', $dnsResponse ) && array_key_exists( 'id', $dnsResponse['data'] ) ) {
     $dnSimple->deleteRecord( "example.com", $dnsResponse['data']['id'] );
 };
```

Official docs available here:

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a94972e7597c458d3fde0f3a6683417c763fe4879f087adb438b93a08558e71?d=identicon)[nfacha](/maintainers/nfacha)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nfacha-dnsimple-php/health.svg)

```
[![Health](https://phpackages.com/badges/nfacha-dnsimple-php/health.svg)](https://phpackages.com/packages/nfacha-dnsimple-php)
```

PHPackages © 2026

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