PHPackages                             dewsign/laravel-authors - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. dewsign/laravel-authors

ActivePackage[Authentication &amp; Authorization](/categories/authentication)

dewsign/laravel-authors
=======================

Ability to attach users as authors to any content

v1.0.1(6y ago)0327[2 PRs](https://github.com/dewsign/laravel-authors/pulls)1MITPHPPHP &gt;=7.0.0

Since Nov 20Pushed 3y ago3 watchersCompare

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

READMEChangelogDependencies (2)Versions (6)Used By (1)

Ability to attach users as authors to any content
=================================================

[](#ability-to-attach-users-as-authors-to-any-content)

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

[](#installation)

`composer require dewsign/laravel-authors`

Usage
-----

[](#usage)

Attach the trait to any model which you want to be Author-able. E.g. `Article`.

```
// App\Article.php
...
use Dewsign\LaravelAuthors\Traits\HasAuthors;
...
```

If you are not using the default `User` model for your Authors, you can specify the model you are using in the `laravel-authors.php` config.

You can now use the Many to Many `authors` relationship on your `Article` model to manage authors on this model.

Known issues
------------

[](#known-issues)

An additional trait to define the inverse relationship on your Author (User) model, `IsAuthor` is included, however for some reason this isn't working. You can define your own inverse to specific models in the meantime.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~14 days

Total

3

Last Release

2390d ago

Major Versions

v0.0.1 → v1.0.02019-11-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9800616?v=4)[Dewsign](/maintainers/dewsign)[@dewsign](https://github.com/dewsign)

---

Top Contributors

[![crumb1e](https://avatars.githubusercontent.com/u/18497168?v=4)](https://github.com/crumb1e "crumb1e (4 commits)")[![m2de](https://avatars.githubusercontent.com/u/17720020?v=4)](https://github.com/m2de "m2de (4 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dewsign-laravel-authors/health.svg)

```
[![Health](https://phpackages.com/badges/dewsign-laravel-authors/health.svg)](https://phpackages.com/packages/dewsign-laravel-authors)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k9](/packages/jeremy379-laravel-openid-connect)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.9k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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