PHPackages                             rrgeng/openligadb - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. rrgeng/openligadb

ActiveLibrary[HTTP &amp; Networking](/categories/http)

rrgeng/openligadb
=================

Client library for OpenLigaDB Soap Service

0.0.4(5y ago)08MITPHPPHP &gt;=5.3.3

Since Dec 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/rrgeng/openligadb)[ Packagist](https://packagist.org/packages/rrgeng/openligadb)[ RSS](/packages/rrgeng-openligadb/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

OpenLigaDB
==========

[](#openligadb)

This library provides a simple wrapper to the OpenLigaDB SOAP service.

Website:

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

[](#installation)

```
composer require rrgeng/openligadb

```

Quickstart
----------

[](#quickstart)

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

use \WsdlToPhp\PackageBase\AbstractSoapClientBase;

$options = array(
    AbstractSoapClientBase::WSDL_URL => 'https://www.openligadb.de/Webservices/Sportsdata.asmx?WSDL',
    AbstractSoapClientBase::WSDL_CLASSMAP => \RrGeng\OpenligaDB\ClassMap::get(),
);

$get = new \RrGeng\OpenligaDB\ServiceType\Get($options);

if ($get->GetAvailLeagues(new \RrGeng\OpenligaDB\StructType\GetAvailLeagues()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
```

API Overview
------------

[](#api-overview)

A full documentation and samples can be found [here](https://github.com/OpenLigaDB/OpenLigaDB-Samples).

Acknowledgement
---------------

[](#acknowledgement)

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

5

Last Release

2034d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3486d3f2131845aca6b8964ae6a97953ce70a228167207d7b9cd598e712774e2?d=identicon)[rrgeng](/maintainers/rrgeng)

---

Top Contributors

[![rrgeng](https://avatars.githubusercontent.com/u/6437188?v=4)](https://github.com/rrgeng "rrgeng (16 commits)")

### Embed Badge

![Health badge](/badges/rrgeng-openligadb/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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