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 today

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 37% 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

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

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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