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. rrgeng/openligadb

ActiveLibrary

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 4d 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 14% 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

1983d 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

[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[printu/elektroniczny-nadawca

Elektroniczny Nadawca WebAPI

1373.2k1](/packages/printu-elektroniczny-nadawca)[wsdltophp/package-ews365

Package generated from /var/www/wsdl/services.updated.wsdl using wsdltophp/packagegenerator

154.5k](/packages/wsdltophp-package-ews365)[alhoqbani/smsa-webservice

smsaexpress.com tracking web service (soap api)

173.5k](/packages/alhoqbani-smsa-webservice)

PHPackages © 2026

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