PHPackages                             marciodojr/german-verbs - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marciodojr/german-verbs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

marciodojr/german-verbs
=======================

v1.2.0(6y ago)08[2 PRs](https://github.com/marciodojr/german-verbs/pulls)MITPHP

Since Feb 29Pushed 3y agoCompare

[ Source](https://github.com/marciodojr/german-verbs)[ Packagist](https://packagist.org/packages/marciodojr/german-verbs)[ RSS](/packages/marciodojr-german-verbs/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

German Verbs
------------

[](#german-verbs)

Load German verbs from [verbix.com](https://www.verbix.com/languages/german.html).

### How to install

[](#how-to-install)

```
composer require marciodojr/german-verbs

```

### How to use

[](#how-to-use)

```
    $client = new Client([
        'base_uri' => 'https://api.verbix.com',
        'timeout' => 5.0
    ]);
    $this->verb = new Verb($client);

    $result = $this->verb->getVerbsStartingWith('a');

    // result contains
    /*
        array(3) {
        [0] =>
        array(2) {
            'verb' =>
            string(5) "aalen"
            'langid' =>
            int(13)
        }
        [1] =>
        array(2) {
            'verb' =>
            string(5) "aasen"
            'langid' =>
            int(13)
        }
        [2] =>
        array(2) {
            'verb' =>
            string(7) "abaasen"
            'langid' =>
            int(13)
        }
        }
    */
```

### How to test

[](#how-to-test)

```
# 1st terminal
git clone https://github.com/marciodojr/german-verbs
make up

# 2nd terminal
make php
make install

vendor/bin/phpunit
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

5

Last Release

2286d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4480634?v=4)[Márcio Dias](/maintainers/marciodojr)[@marciodojr](https://github.com/marciodojr)

---

Top Contributors

[![marciodojr](https://avatars.githubusercontent.com/u/4480634?v=4)](https://github.com/marciodojr "marciodojr (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marciodojr-german-verbs/health.svg)

```
[![Health](https://phpackages.com/badges/marciodojr-german-verbs/health.svg)](https://phpackages.com/packages/marciodojr-german-verbs)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k40](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k120](/packages/oat-sa-tao-core)

PHPackages © 2026

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