PHPackages                             roelvanduijnhoven/openprovider-php - 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. roelvanduijnhoven/openprovider-php

Abandoned → [jouwweb/openprovider-php](/?search=jouwweb%2Fopenprovider-php)ArchivedLibrary[API Development](/categories/api)

roelvanduijnhoven/openprovider-php
==================================

PHP interface to OpenProvider API

0.9(5y ago)710.9k6PHPPHP &gt;=5.2.4

Since May 10Pushed 5y ago2 watchersCompare

[ Source](https://github.com/JouwWeb/openprovider-php)[ Packagist](https://packagist.org/packages/roelvanduijnhoven/openprovider-php)[ RSS](/packages/roelvanduijnhoven-openprovider-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)DependenciesVersions (11)Used By (0)

PHP interface to OpenProvider API
=================================

[](#php-interface-to-openprovider-api)

**Please don't use this. This is a copy [of the sample code shown here](https://doc.openprovider.eu/index.php/Main_Page). But quality is very low.**

The files as found in this package are almost identical to the ones as distributed by OpenProvider. So why bother creating a package for it? The **distribution** of OpenProvider consists of a single file and does not make use of Composer and it's autoload features.

Example
-------

[](#example)

```
include 'vendor/autoload.php';

$api = new OP_API ('https://api.openprovider.eu');

$request = new OP_Request;
$request
    ->setCommand('checkDomainRequest')
    ->setAuth(array('username' => '[username]', 'password' => '[password]'))
    ->setArgs(array(
        'domains' => array(
            array(
                'name' => 'openprovider',
                'extension' => 'nl'
            ),
            array(
                'name' => 'jouwweb',
                'extension' => 'nl'
            )
        )
    ));

$reply = $api->setDebug(1)->process($request);
echo "Code: " . $reply->getFaultCode() . "\n";
echo "Error: " . $reply->getFaultString() . "\n";
echo "Value: " . print_r($reply->getValue(), true) . "\n";
echo "\n---------------------------------------\n";

echo "Finished example script\n\n";
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.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 ~350 days

Recently: every ~220 days

Total

8

Last Release

1973d ago

### Community

Maintainers

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

---

Top Contributors

[![roelvanduijnhoven](https://avatars.githubusercontent.com/u/91910?v=4)](https://github.com/roelvanduijnhoven "roelvanduijnhoven (5 commits)")[![wmouwen](https://avatars.githubusercontent.com/u/13197752?v=4)](https://github.com/wmouwen "wmouwen (1 commits)")

### Embed Badge

![Health badge](/badges/roelvanduijnhoven-openprovider-php/health.svg)

```
[![Health](https://phpackages.com/badges/roelvanduijnhoven-openprovider-php/health.svg)](https://phpackages.com/packages/roelvanduijnhoven-openprovider-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2349.3k](/packages/pixelant-pxa-social-feed)

PHPackages © 2026

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