PHPackages                             seiffert/carew-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. seiffert/carew-authors

ActiveLibrary

seiffert/carew-authors
======================

Authors plugin for carew

06PHP

Since Jul 29Pushed 12y agoCompare

[ Source](https://github.com/seiffert/carew-authors)[ Packagist](https://packagist.org/packages/seiffert/carew-authors)[ RSS](/packages/seiffert-carew-authors/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Authors plugin for [Carew](http://github.com/carew/carew)
=========================================================

[](#authors-plugin-for-carew)

This plugin enables you to use Carew with multiple authors. In every article, you can set the author in the article's metadata. When you execute Carew's build command, special author index documents will be generated for every author.

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

[](#installation)

Install it with composer:

```
composer require seiffert/carew-authors:dev-master

```

Then configure in `config.yml`

```
engine:
    extensions:
        - Carew\Plugin\Authors\AuthorsExtension

authors:
    ego:
        name: Paul
        email: paul.seiffert@gmail.com
    ego2:
        name: Paul
        email: paul.seiffert@gmail.com

```

Create a template `authors.html.twig` in your `layouts` directory with the following content:

```
{% extends 'vendor/seiffert/carew-authors/Carew/Plugin/Authors/layouts/authors.html.twig' %}

```

In this template, you can customize the rendering of the author's index document.

Usage
-----

[](#usage)

**In your posts:** specify the post's author like this:

```
---
layout: post
title:  This is pure awesomeness!
author: seiffert
---

```

Now, when you build your blog using Carew's build command, a index file `authors/seiffert.html` will be generated listing all posts of that author. Also, the post Documents that have an author in their metadata, will be extended with an `Author` object that holds all information configured in the `config.yml` as described above (in the example this are the keys `name` and `email`.

When rendering a post in a template, you can access this information like this:

```

    {{ document.metadatas.author.name }}

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d576bda5c70255f203244318b1b634fb94131d5ce94becb13ae39f583f3a492?d=identicon)[PSeiffert](/maintainers/PSeiffert)

---

Top Contributors

[![seiffert](https://avatars.githubusercontent.com/u/1111118?v=4)](https://github.com/seiffert "seiffert (6 commits)")

### Embed Badge

![Health badge](/badges/seiffert-carew-authors/health.svg)

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

PHPackages © 2026

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