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 yesterday

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

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

2339d ago

Major Versions

v0.0.1 → v1.0.02019-11-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/767ab4e0eedaace1862603a74f2c37f2ef7f72811855d4748a3b8d02f3ad81df?d=identicon)[dewsign](/maintainers/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

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M43](/packages/santigarcor-laratrust)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).

263763.5k1](/packages/codegreencreative-laravel-samlidp)

PHPackages © 2026

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