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(1y 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 1mo ago

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

26

—

LowBetter than 43% of packages

Maintenance33

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

717d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23e0f8cb9c397dea1d35da8b8f1c643d23cb6df89e77d0548ddb8a1db9b0fe19?d=identicon)[dustindoiron](/maintainers/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

[google/cloud-core

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

343121.4M79](/packages/google-cloud-core)[civicrm/civicrm-core

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

728272.9k20](/packages/civicrm-civicrm-core)[laracrafts/laravel-url-shortener

Powerful URL shortening tools in Laravel

97110.7k](/packages/laracrafts-laravel-url-shortener)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[soukicz/llm

LLM client with support for cache, tools and async requests

445.6k](/packages/soukicz-llm)

PHPackages © 2026

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