PHPackages                             dustindoiron/ibs - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dustindoiron/ibs

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

dustindoiron/ibs
================

PHP client for Internet.bs

v1.0.1(2y ago)0374PHP

Since May 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dustindoiron/ibs)[ Packagist](https://packagist.org/packages/dustindoiron/ibs)[ RSS](/packages/dustindoiron-ibs/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

WARNING: Do not use this registrar.
===================================

[](#warning-do-not-use-this-registrar)

IBS
===

[](#ibs)

PHP client for internet.bs [API Reference](https://internetbs.net/internet-bs-api.pdf).

Install via composer `composer require dustindoiron/ibs`.

Example configuration:

```
$production_configuration = [
    'ApiKey' => 'your_api_key'
    'Password' => 'yep_its_a_password',
    'Endpoint' => 'https://api.internet.bs/', // default
];

$test_configuration = [
    'ApiKey' => 'your_api_key'
    'Password' => 'yep_its_a_password',
    'Endpoint' => 'https://testapi.internet.bs/',
];

```

Example usage:

```
$client = new \IBS\Client(\IBS\Configuration::createFromArray($production_configuration));
$client->account()->priceList()->get()->getBodyAsArray();
= [
    "transactid" => "example_txid",
    "status" => "SUCCESS",
    "product" => [
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
      [ …3],
...
    ]
]

$client->domain('dustindoiron.com')->check()->getBodyAsArray();
= [
    "transactid" => "example_txid",
    "status" => "UNAVAILABLE",
    "domain" => "dustindoiron.com",
    "minregperiod" => "1Y",
    "maxregperiod" => "10Y",
    "registrarlockallowed" => "YES",
    "privatewhoisallowed" => "YES",
    "realtimeregistration" => "YES",
    "price" => [
      "ispremium" => "NO",
    ],
  ]

```

Take a look at `IBS\Transport\Response` for available Response data.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity12

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

Total

2

Last Release

769d 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 (20 commits)")

---

Tags

domainsinternet-bsregistrar

### Embed Badge

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

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

###  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)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

346132.9M112](/packages/google-cloud-core)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)

PHPackages © 2026

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