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

ActiveLibrary[API Development](/categories/api)

ben221199/oxxa-api
==================

Use the Oxxa API in PHP.

v1.2.4(4mo ago)37312GPL-3.0-or-laterPHPPHP ^7.1||^8CI passing

Since Oct 18Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/ben221199/oxxa-api)[ Packagist](https://packagist.org/packages/ben221199/oxxa-api)[ RSS](/packages/ben221199-oxxa-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

Oxxa API (PHP)
==============

[](#oxxa-api-php)

Use the Oxxa API in PHP.

Status
------

[](#status)

[![Build Status](https://camo.githubusercontent.com/4cc37712d1340a6deba13e92143d0e8982d01a48a2a4e3292e81755e66856326/68747470733a2f2f7472617669732d63692e636f6d2f62656e3232313139392f6f7878612d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/ben221199/oxxa-api)

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

[](#installation)

`composer require ben221199/oxxa-api`

Use
---

[](#use)

```
$username = 'myUsername'; // Your API username
$password = 'myPassword'; // Your API password
$useMD5 = true; // When true, password is sent in its MD5 form.
$isTesting = false; // When true, payment wil not occur

$oxxaApi = new \Ben221199\Oxxa\API\OxxaAPI('https://api.oxxa.com',$username,$password,$useMD5,$isTesting);

$xml = $oxxaApi->DOMAIN_CHECK([
	'sld'	=> 'myDomain',
	'tld'	=> 'com',
]);
```

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance76

Regular maintenance activity

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Recently: every ~300 days

Total

9

Last Release

128d ago

PHP version history (2 changes)v1.0.0PHP ^7||^8

v1.2.4PHP ^7.1||^8

### Community

Maintainers

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

---

Top Contributors

[![ben221199](https://avatars.githubusercontent.com/u/12856904?v=4)](https://github.com/ben221199 "ben221199 (20 commits)")

---

Tags

apicomposeroxxaphpphpcomposerapioxxa

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

138106.8k2](/packages/jstolpe-instagram-graph-api-php-sdk)[klev-o/telegram-bot-api

Simple and convenient object-oriented implementation Telegram bot API with php version ^7.4 support. You'll like it)

468.3k1](/packages/klev-o-telegram-bot-api)

PHPackages © 2026

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