PHPackages                             dustindoiron/srs-registrar - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dustindoiron/srs-registrar

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dustindoiron/srs-registrar
==========================

OpenSRS registrar client

v1.0.2(1y ago)01.1kPHP

Since Aug 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dustindoiron/srs-registrar)[ Packagist](https://packagist.org/packages/dustindoiron/srs-registrar)[ RSS](/packages/dustindoiron-srs-registrar/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

SrsRegistrar
============

[](#srsregistrar)

Quick and dirty OpenSRS Domain Registrar client.

See:

```
use SrsRegistrar\Resources\Domains\Lookup;
use SrsRegistrar\Service;
use SrsRegistrar\Configuration;

$configuration = new Configuration('apiKey', 'username', 'endpoint');
$service = new Service($configuration);

$lookup = new Lookup($service);

$parameters = [
    'domain' => 'dustindoiron.com',
    'no_cache' => 1,
];

$lookup->createRequestFromArray($parameters)->send();

$response = $lookup->getXmlService()->getResponseDocumentBody();
/**
  SimpleXMLElement {#8574
    +"item": [
      "211",
      "Domain taken",
      SimpleXMLElement {#8570
        +"@attributes": [
          "key" => "attributes",
        ],
        +"dt_assoc": SimpleXMLElement {#8568
          +"item": "taken",
        },
      },
      "DOMAIN",
      "1",
      "REPLY",
      "XCP",
    ],
  }
*/
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

3

Last Release

685d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/857244?v=4)[Dustin Doiron](/maintainers/dustindoiron)[@dustindoiron](https://github.com/dustindoiron)

---

Top Contributors

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

---

Tags

domainsopensrsregistrar

### Embed Badge

![Health badge](/badges/dustindoiron-srs-registrar/health.svg)

```
[![Health](https://phpackages.com/badges/dustindoiron-srs-registrar/health.svg)](https://phpackages.com/packages/dustindoiron-srs-registrar)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

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

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[guzzlehttp/test-server

Node.js server and PHP controller

14284.0k22](/packages/guzzlehttp-test-server)

PHPackages © 2026

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