PHPackages                             cyberfusion/oxxa-api-client - 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. cyberfusion/oxxa-api-client

Abandoned → [cyberfusion/oxxa](/?search=cyberfusion%2Foxxa)ArchivedLibrary[API Development](/categories/api)

cyberfusion/oxxa-api-client
===========================

PHP client for Oxxa API

v2.12.0(1y ago)34.2k[2 issues](https://github.com/CyberfusionIO/oxxa-api-client/issues)[2 PRs](https://github.com/CyberfusionIO/oxxa-api-client/pulls)MITPHPPHP &gt;=8.1

Since Jun 7Pushed 1y ago2 watchersCompare

[ Source](https://github.com/CyberfusionIO/oxxa-api-client)[ Packagist](https://packagist.org/packages/cyberfusion/oxxa-api-client)[ Docs](https://github.com/CyberfusionIO/oxxa-api-client)[ RSS](/packages/cyberfusion-oxxa-api-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (8)Versions (35)Used By (0)

Oxxa API client
===============

[](#oxxa-api-client)

PHP client for the [Oxxa API](https://www.oxxa.com/domeinnamen/api).

Support
-------

[](#support)

This client was written by Cyberfusion. It has been open sourced for the community. If you have any questions, open an issue on GitHub or email .

This client is not supported by Oxxa.

Requirements
------------

[](#requirements)

This client requires PHP 8.1 or higher with default PHP modules.

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

[](#installation)

This client can be used in any PHP project and with any framework.

Install the client with Composer:

```
composer require cyberfusion/oxxa-api-client
```

Usage
-----

[](#usage)

### Getting started

[](#getting-started)

```
// Initialize the API
$oxxa = new Oxxa($username, $password);

// Perform calls to an endpoint
$available = $oxxa
    ->domain()
    ->check('cyberfusion.nl');
```

### Test mode

[](#test-mode)

To test your implementation, use the test mode. All requests tell the Oxxa API that the request is a test.

Enable:

```
$oxxa->enableTestMode();
```

Disable:

```
$oxxa->disableTestMode();
```

#### Mock server

[](#mock-server)

When testing with a mock server, you will be able to modify the base URL of the API with:

```
$oxxa->setBaseUri('http://localhost:8080');
```

This will return the Oxxa instance, so you can chain it with other methods.

### Exceptions

[](#exceptions)

In case of errors, the client throws exceptions using the `OxxaException` as base class. All exceptions have a specific code. These can be found in the `OxxaException` class.

Tests
-----

[](#tests)

Unit tests are available in the `tests` directory. Run:

`composer test`

To generate a code coverage report in the `build/report` directory, run:

`composer test-coverage`

Contribution
------------

[](#contribution)

Some basic endpoints are implemented, but there are a lot which are not implemented yet. Feel free to contribute! See the [contributing guidelines](CONTRIBUTING.md).

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

This client is open-sourced software licensed under the [MIT license](http://support.org/licenses/MIT).

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance22

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 76.2% 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 ~19 days

Recently: every ~7 days

Total

26

Last Release

616d ago

Major Versions

v1.0.0 → v2.0.02023-06-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/c4e70d24228bce1945dab80d632dca4a23a7951d36f2584cbded92d5f12ebaa7?d=identicon)[cyberfusion](/maintainers/cyberfusion)

---

Top Contributors

[![dvdheiden](https://avatars.githubusercontent.com/u/90568118?v=4)](https://github.com/dvdheiden "dvdheiden (64 commits)")[![WilliamDEdwards](https://avatars.githubusercontent.com/u/12184311?v=4)](https://github.com/WilliamDEdwards "WilliamDEdwards (19 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")

---

Tags

apicyberfusionoxxa

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cyberfusion-oxxa-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/cyberfusion-oxxa-api-client/health.svg)](https://phpackages.com/packages/cyberfusion-oxxa-api-client)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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