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

ActiveLibrary[API Development](/categories/api)

cyberfusion/oxxa
================

PHP client for Oxxa API

2.16(1mo ago)12.9k↓71.4%2[1 issues](https://github.com/CyberfusionIO/php-cyberfusion-oxxa/issues)MITPHPPHP &gt;=8.2

Since Feb 4Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/CyberfusionIO/php-cyberfusion-oxxa)[ Packagist](https://packagist.org/packages/cyberfusion/oxxa)[ RSS](/packages/cyberfusion-oxxa/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (24)Versions (7)Used By (0)

php-cyberfusion-oxxa
====================

[](#php-cyberfusion-oxxa)

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

Install
=======

[](#install)

Composer
--------

[](#composer)

Run the following command to install the package from Packagist:

```
composer require cyberfusion/oxxa
```

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.

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance72

Regular maintenance activity

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% 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 ~95 days

Recently: every ~113 days

Total

6

Last Release

39d ago

PHP version history (2 changes)2.12.0PHP &gt;=8.1

v2.13.0PHP &gt;=8.2

### Community

Maintainers

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

---

Top Contributors

[![WilliamDEdwards](https://avatars.githubusercontent.com/u/12184311?v=4)](https://github.com/WilliamDEdwards "WilliamDEdwards (18 commits)")[![dvdheiden](https://avatars.githubusercontent.com/u/90568118?v=4)](https://github.com/dvdheiden "dvdheiden (7 commits)")[![YWatchman](https://avatars.githubusercontent.com/u/32897216?v=4)](https://github.com/YWatchman "YWatchman (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

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

Create a static site bundle from a Laravel app

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

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[jasara/php-amzn-selling-partner-api

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

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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