PHPackages                             fintech-systems/domainscoza-api - 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. fintech-systems/domainscoza-api

ActiveLibrary[API Development](/categories/api)

fintech-systems/domainscoza-api
===============================

Laravel wrapper for the Domains.co.za API

v0.2.0(2y ago)010[1 PRs](https://github.com/fintech-systems/domainscoza-api/pulls)MITPHPPHP ^8.1

Since Oct 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fintech-systems/domainscoza-api)[ Packagist](https://packagist.org/packages/fintech-systems/domainscoza-api)[ Docs](https://github.com/fintech-systems/domainscoza-api)[ RSS](/packages/fintech-systems-domainscoza-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (9)Versions (7)Used By (0)

Laravel wrapper for the Domains.co.za API
=========================================

[](#laravel-wrapper-for-the-domainscoza-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/016dd76dce9a219ecf587efe1b68bf4b740e3805778ffd71db6ccd0e298e5478/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66696e746563682d73797374656d732f646f6d61696e73636f7a612d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fintech-systems/domainscoza-api)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f3943a973365faa408aaa31bc38e4e1d5d3a7d67f380825940c044ade57863fc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f66696e746563682d73797374656d732f646f6d61696e73636f7a612d6170692f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/fintech-systems/domainscoza-api/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/26b7ac79bad0bfb6bbad2861bcbb1e6c1ed013eaadb2ae72f12e75688cc3d44f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f66696e746563682d73797374656d732f646f6d61696e73636f7a612d6170692f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/fintech-systems/domainscoza-api/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ee447915fa66d8ecefb65deff8b434657e550d98589b09b8870fb6d60fbe45fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66696e746563682d73797374656d732f646f6d61696e73636f7a612d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fintech-systems/domainscoza-api)

Domains.co.za has an eloquent API. This is a wrapper to make it testable using Laravel's HTTP client and mocking.

Domains.co.za API reference:

Authentication
==============

[](#authentication)

```
https://docs.domains.co.za/#authentication-2
DOMAINSCOZA_USERNAME
DOMAINSCOZA_PASSWORD

```

Auth URLs
---------

[](#auth-urls)

```
Live URL : https://api.domains.co.za/api
Development URL : https://lapi-dev.domains.co.za/api
Note: Contact support to get a dev environment setup
API Version : 5.0.19

```

Login
-----

[](#login)

POST

`You will receive a bearer token to be used in the Authorization header for all subsequent requests.`

Sample API calls
================

[](#sample-api-calls)

List
----

[](#list)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require fintech-systems/domainscoza-api
```

You can publish the config file with:

```
php artisan vendor:publish --tag="domainscoza-config"
```

This is the contents of the published config file:

```
return [
    'username' => env('DOMAINSCOZA_USERNAME'),
    'password' => env('DOMAINSCOZA_PASSWORD'),
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="domainscoza-api-views"
```

Usage
-----

[](#usage)

```
$domainsCoza = new FintechSystems\DomainsCoza();
echo $domainsCoza->echoPhrase('Hello, FintechSystems!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Eugene van der Merwe](https://github.com/eugenevdm)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~70 days

Total

4

Last Release

1082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/932743c076390240ecdefe58dc5f81b60cb5fe9ed38b3bead0541f640a7bb2a8?d=identicon)[eugenevdm](/maintainers/eugenevdm)

---

Top Contributors

[![eugenefvdm](https://avatars.githubusercontent.com/u/1836436?v=4)](https://github.com/eugenefvdm "eugenefvdm (22 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (3 commits)")

---

Tags

laraveldomains.co.zadomainscoza-api

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/fintech-systems-domainscoza-api/health.svg)

```
[![Health](https://phpackages.com/badges/fintech-systems-domainscoza-api/health.svg)](https://phpackages.com/packages/fintech-systems-domainscoza-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M719](/packages/statamic-cms)[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[laravel-freelancer-nl/laravel-index-now

Alert search engines of content changes.

5212.1k](/packages/laravel-freelancer-nl-laravel-index-now)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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