PHPackages                             mrsam/dnsimple-forwarder - 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. mrsam/dnsimple-forwarder

ActiveLibrary[API Development](/categories/api)

mrsam/dnsimple-forwarder
========================

This is a PHP class to talk to the DNSimple API.

1.0.5(9y ago)023GPL-3.0+PHP

Since Oct 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/MrSam/dnsimple-forwarder)[ Packagist](https://packagist.org/packages/mrsam/dnsimple-forwarder)[ RSS](/packages/mrsam-dnsimple-forwarder/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (6)Used By (0)

dnsimple-forwarder
==================

[](#dnsimple-forwarder)

Use this PHP class to talk to the DNSimple API

Usage
-----

[](#usage)

Get an overview of accounts (this token can access)

```
$fw = new DNSimple_Forwarder('');
$accounts = $fw->getAccounts();
var_dump($accounts);

```

Get an overview of domains for the specified account\_id

```
$fw = new DNSimple_Forwarder('');
$domains = $fw->getDomains($account_id);
var_dump($domains);

```

Get an overview of configured forwards for a domain

```
$api_token = "";
$account_id = 1234;
$domain = "exampledomain.com";

$fw = new DNSimple_Forwarder($api_token;
$domains = $fw->getDomains($account_id);
var_dump($domains);

```

Create a new forward in a domain

```
$api_token = "";
$account_id = 1234;
$domain = "exampledomain.com";
$from = "sam";
$to = "sam@acme.com";

$fw = new DNSimple_Forwarder($api_token;
$fw->addForward($account_id, $domain, $from, $to);

```

License
-------

[](#license)

This code is licensed under the GPLv3+: .

Legal
-----

[](#legal)

This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by dnsimple or any of its affiliates or subsidiaries. This is independent and unofficial code.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

3533d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/861459?v=4)[Sam Hermans](/maintainers/MrSam)[@MrSam](https://github.com/MrSam)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mrsam-dnsimple-forwarder/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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