PHPackages                             centralnic-reseller/php-sdk - 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. centralnic-reseller/php-sdk

ActiveLibrary[API Development](/categories/api)

centralnic-reseller/php-sdk
===========================

API connector library for the insanely fast Team Internet Backend APIs (CentralNic Reseller, Internet.bs, Moniker)

v13.1.2(1mo ago)433.2k—4.7%11MITPHPPHP &gt;=7.3.0CI failing

Since Dec 9Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk)[ Packagist](https://packagist.org/packages/centralnic-reseller/php-sdk)[ Docs](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk)[ RSS](/packages/centralnic-reseller-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (66)Used By (1)

php-sdk
=======

[](#php-sdk)

[![semantic-release](https://camo.githubusercontent.com/5f3b57745af83409bc673dec57e3eb360e1ec53b37ac29f81a319e347fa351c6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2532302532302546302539462539332541362546302539462539412538302d73656d616e7469632d2d72656c656173652d6531303037392e737667)](https://github.com/semantic-release/semantic-release)[![Build Status](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/workflows/Release/badge.svg?branch=master)](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/workflows/Release/badge.svg?branch=master)[![Packagist](https://camo.githubusercontent.com/474ab1dd423746e8c911400a06bc7bc47f16f66449e099c712b590815acbac4b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63656e7472616c6e69632d726573656c6c65722f7068702d73646b2e737667)](https://packagist.org/packages/centralnic-reseller/php-sdk)[![PHP from Packagist](https://camo.githubusercontent.com/df757a24f1f28f1379d4768fd02447d07b79a4b6b2b1a7dcb7d70b649b4f8599/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f63656e7472616c6e69632d726573656c6c65722f7068702d73646b2e737667)](https://packagist.org/packages/centralnic-reseller/php-sdk)[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)[![PRs welcome](https://camo.githubusercontent.com/dd0b24c1e6776719edb2c273548a510d6490d8d25269a043dfabbd38419905da/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667)](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/blob/master/CONTRIBUTING.md)

This module is a connector library for the insanely fast CNIC Backend APIs (CentralNic Reseller, internet.bs, moniker). Do not hesitate to contact us in case of questions.

Resources
---------

[](#resources)

- Documentation Links (PHP-SDK internal registrar id available in round brackets):
    - [CentralNic Reseller (CNR)](https://support.centralnicreseller.com/hc/en-gb/articles/13513253776285-Self-Development-Kit-for-PHP)
    - [Internet.bs (IBS)](https://faq.internetbs.net/hc/en-gb/articles/24953916500381-Self-Development-Kit-for-PHP)
    - [Moniker (MONIKER)](https://support.moniker.com/hc/en-gb/articles/24954146333981-Self-Development-Kit-for-PHP)
- [Release Notes](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/releases)

Usage
-----

[](#usage)

`composer require centralnic-reseller/php-sdk`

Find a demo app for the Brand of choice in the tests folder that should help you with getting started.

e.g. `tests/CNR/app.php` etc.

Dev Container
-------------

[](#dev-container)

If you want to contribute, we recommend using Visual Studio Code and to follow the below setup instructions:

- Add an entry in your hosts file: `127.0.0.1         devsdk.centralnicreseller.net`

PHP SDK Data can be accessed via apache server at this url: `http://devsdk.centralnicreseller.net`

Running the Demo Application
----------------------------

[](#running-the-demo-application)

To run the demo application, follow these steps:

1. **Set Your Credentials**: You need to ensure your credentials are available. You can do this in two ways:

    - Directly replace the credentials within the application file.
    - Alternatively, set the environment variables required for the CNR test app: ```
        # CentralNic Reseller
        export RTLDEV_MW_CI_USER_CNR=
        export RTLDEV_MW_CI_USERPASSWORD_CNR=
        # internet.bs
        export RTLDEV_MW_CI_USER_IBS=
        export RTLDEV_MW_CI_USERPASSWORD_IBS=
        # moniker
        export RTLDEV_MW_CI_USER_MONIKER=
        export RTLDEV_MW_CI_USERPASSWORD_MONIKER=
        ```
2. **Execute the Demo**: Once the credentials are configured, run the appropriate demo command:

    Run the below npm scripts (or execute the related commands covered in package.json):

    ```
    # CentralNic Reseller
    npm run test-demo-cnr
    # internet.bs
    npm run test-demo-ibs
    # Moniker
    npm run test-demo-moniker
    ```
3. **Update Demo Contents**: If you need to modify the demo contents, the relevant files are located at:

    ```
    # CentralNic Reseller
    tests/CNR/app.php
    # internet.bs
    tests/IBS/app.php
    # Moniker
    tests/MONIKER/app.php

    ```

Authors
-------

[](#authors)

- **Kai Schwarz** - *development* - [KaiSchwarz-cnic](https://github.com/kaischwarz-cnic)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance89

Actively maintained with recent releases

Popularity34

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~32 days

Total

61

Last Release

55d ago

Major Versions

v8.0.17 → v9.0.02024-06-12

v9.1.0 → v10.0.02025-01-22

v10.0.0 → v11.0.02025-02-05

v11.0.10 → v12.0.02025-09-26

v12.0.1 → v13.0.02025-11-13

PHP version history (3 changes)v7.0.0PHP &gt;=7.4.0

v7.1.8PHP &gt;=7.3.0

v7.1.9PHP ^7.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/49be2d560d7510481b53ee05f688295c79bf052b76da7a8c48c3a96c26999559?d=identicon)[centralnic-reseller](/maintainers/centralnic-reseller)

---

Top Contributors

[![KaiSchwarz-cnic](https://avatars.githubusercontent.com/u/229425?v=4)](https://github.com/KaiSchwarz-cnic "KaiSchwarz-cnic (132 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (60 commits)")[![AsifNawaz-cnic](https://avatars.githubusercontent.com/u/107853964?v=4)](https://github.com/AsifNawaz-cnic "AsifNawaz-cnic (56 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (55 commits)")[![h9k](https://avatars.githubusercontent.com/u/1579124?v=4)](https://github.com/h9k "h9k (2 commits)")

---

Tags

apisdkdnssslconnectorapplicationregistrationdomainispresellercertpremiumbackorderpreregistrationcniccentralniccnrinternet.bsmoniker

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/centralnic-reseller-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/centralnic-reseller-php-sdk/health.svg)](https://phpackages.com/packages/centralnic-reseller-php-sdk)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[corbanb/freebird-php

Twitter API v1.1 Application only authoization library

148.6k](/packages/corbanb-freebird-php)

PHPackages © 2026

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