PHPackages                             lyre/content - 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. [Admin Panels](/categories/admin)
4. /
5. lyre/content

ActiveLibrary[Admin Panels](/categories/admin)

lyre/content
============

Pages and sections copy manager

2.8.12(1mo ago)1328MITPHPPHP ^8.3

Since May 4Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/kigathi-chege/lyre-content)[ Packagist](https://packagist.org/packages/lyre/content)[ RSS](/packages/lyre-content/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (9)Versions (49)Used By (0)

Lyre Content
============

[](#lyre-content)

Lyre Content is a [Lyre](https://packagist.org/packages/lyre/lyre) addon for simple Content Management. It comes with the following predefined models to help you easily manage your website content:

- Page - This defines the basic Page SEO content, including title and description
- Section - This is a direct link to your frontend's sections, it contains a one to many relationship with itself and the rest of the models in this section
- Button - Basic button with title and link
- Icon - An svg icon to go with your buttons, your texts, and your sections
- Text - For managing all text within your sections
- Data - Some sections require data from your application, data is defined here in a json, see the example below
- File - Lyre content comes with a whole file management system out of the box

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

[](#installation)

```
composer require lyre/content
```

### Publish Assets

[](#publish-assets)

```
php artisan vendor:publish --provider="Lyre\Content\Providers\LyreContentServiceProvider"
```

### Dependencies

[](#dependencies)

Lyre Content depends on [Lyre](https://packagist.org/packages/lyre/lyre) and [Laravel Filament](https://filamentphp.com/). To complete installation, especially if your require the functionalities from Laravel Filament, follow these additional commands:

```
php artisan filament:install --panels
```

To create an admin user:

```
php artisan make:filament-user
```

#### Discover Content Filament Resources

[](#discover-content-filament-resources)

To Discover Lyre Content Filament Resources on your Filament dashboard, add the LyreContentFilamentPlugin to your Filament panel like so:

```
use Lyre\Content\Filament\Plugins\LyreContentFilamentPlugin;

$panel->plugins([
    LyreContentFilamentPlugin::make(),
]);
```

```
php artisan db:seed --class="Lyre\\Content\\Database\\Seeders\\InteractionTypeSeeder"
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance93

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Recently: every ~27 days

Total

47

Last Release

36d ago

Major Versions

1.0.2 → 2.0.02025-05-04

2.7.0 → 202601271447.x-dev2026-01-27

202601271447.x-dev → 202601271607.x-dev2026-01-27

PHP version history (2 changes)1.0.0PHP ^8.2

2.8.8PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38941486?v=4)[Kigathi](/maintainers/Kigathi)[@kigathi](https://github.com/kigathi)

---

Top Contributors

[![kigathi-chege](https://avatars.githubusercontent.com/u/30687709?v=4)](https://github.com/kigathi-chege "kigathi-chege (57 commits)")

---

Tags

phplaravellaravel 10laravel 11laravel 12contentSimplegithubcrudpagessectionsresourcesRelationshipsopen-sourcelyre

### Embed Badge

![Health badge](/badges/lyre-content/health.svg)

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

###  Alternatives

[goodway/laravel-nats

Nats jetstream queue driver with client for Laravel

345.5k](/packages/goodway-laravel-nats)[prismaticoder/maker-checker-laravel

A package for simplifying the integration of a maker-checker approval process to your Laravel application.

232.8k](/packages/prismaticoder-maker-checker-laravel)[inani/nova-resource-maker

A Laravel Nova package to help you generate resources fields

2413.7k](/packages/inani-nova-resource-maker)

PHPackages © 2026

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