PHPackages                             didbot/didbot-api - 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. didbot/didbot-api

ActiveLibrary[API Development](/categories/api)

didbot/didbot-api
=================

API for didbot.com

0.2.1(9y ago)012MITPHPPHP &gt;=5.6.4

Since Nov 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/didbot/didbot-api)[ Packagist](https://packagist.org/packages/didbot/didbot-api)[ Docs](https://github.com/didbot/didbot-api)[ RSS](/packages/didbot-didbot-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

didbot-api
==========

[](#didbot-api)

[![Build Status](https://camo.githubusercontent.com/93a86725b623812d442cbd3a0890fa6f4d77ca4c097859850f110aa16d54afaa/68747470733a2f2f7472617669732d63692e6f72672f646964626f742f646964626f742d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/didbot/didbot-api)API for [didbot.com](https://didbot.com) or a self hosted [didbot](https://github.com/didbot/didbot) application.

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

[](#installation)

Install the package via composer:

```
composer require didbot/didbot-api
```

Add the service provider to the config/app.php providers array

```
// config/app.php
'providers' => [
    ...
    Didbot\DidbotApi\ApiServiceProvider::class
];
```

Finally add the Didbot\\DidbotApi\\Traits\\HasDids trait to the User model.

```
use Didbot\DidbotApi\Traits\HasDids;

class User
{
    use HasDids;

    // ...
}
```

Database
--------

[](#database)

To take advantage of full text search the recommended database is postgresql.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

3500d ago

PHP version history (2 changes)0.1.0PHP &gt;=7.0

0.1.1PHP &gt;=5.6.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c6e87e7d26b161a120d9f149fabc989bf2d5bcccee4e9972867b477d336b92b?d=identicon)[benbjurstrom](/maintainers/benbjurstrom)

---

Top Contributors

[![benbjurstrom](https://avatars.githubusercontent.com/u/12499093?v=4)](https://github.com/benbjurstrom "benbjurstrom (44 commits)")

---

Tags

apilaraveltasktrackerdidbot

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/didbot-didbot-api/health.svg)

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

PHPackages © 2026

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