PHPackages                             johnnymcweed/luya-module-archive - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. johnnymcweed/luya-module-archive

AbandonedArchivedLuya-module[Utility &amp; Helpers](/categories/utility)

johnnymcweed/luya-module-archive
================================

The archive module will provide you a basic archive system.

027PHP

Since Apr 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/JohnnyMcWeed/luya-module-archive)[ Packagist](https://packagist.org/packages/johnnymcweed/luya-module-archive)[ RSS](/packages/johnnymcweed-luya-module-archive/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Archive Module
==============

[](#archive-module)

The archive module gives the possibility to add an object archive to a Luya application. Therefore articles can be added in the backend, which get shown on the frontend afterwards.

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

[](#installation)

For the installation of modules Composer is required.

```
composer require johnnymcweed/luya-module-archive:dev-master
```

### Configuration

[](#configuration)

```
return [
    'modules' => [
        // ...
        'archive' => 'johnnymcweed\archive\frontend\Module',
        'archiveadmin' => 'johnnymcweed\archive\admin\Module',
        // ...
    ],
];
```

### Initialization

[](#initialization)

After successfully installation and configuration run the migrate, import and setup command to initialize the module in your project.

1.) Migrate your database.

```
./vendor/bin/luya migrate
```

2.) Import the module and migrations into your LUYA project.

```
./vendor/bin/luya import
```

After adding the persmissions to your group you will be able to edit and add new news articles.

Example Views
-------------

[](#example-views)

There are default views set up. Use these or create your own custom views.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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/e99100ef0327337f74131b80d2e1f2aa2665f0223c7020af166c7e15d36113c6?d=identicon)[johnnymcweed](/maintainers/johnnymcweed)

---

Top Contributors

[![JohnnyMcWeed](https://avatars.githubusercontent.com/u/9844452?v=4)](https://github.com/JohnnyMcWeed "JohnnyMcWeed (5 commits)")

### Embed Badge

![Health badge](/badges/johnnymcweed-luya-module-archive/health.svg)

```
[![Health](https://phpackages.com/badges/johnnymcweed-luya-module-archive/health.svg)](https://phpackages.com/packages/johnnymcweed-luya-module-archive)
```

###  Alternatives

[nunomaduro/essentials

Just better defaults for your Laravel projects.

1.2k317.5k51](/packages/nunomaduro-essentials)[snowplow/referer-parser

Snowplow Refer(r)er parser for PHP

3782.2M30](/packages/snowplow-referer-parser)[n98/junit-xml

JUnit XML Document generation library

168.7M8](/packages/n98-junit-xml)[zenstruck/bytes

Parse, manipulate, humanize, and format bytes.

25662.7k8](/packages/zenstruck-bytes)[yajra/laravel-disqus

A simple Disqus platform integration with Laravel.

8456.9k](/packages/yajra-laravel-disqus)

PHPackages © 2026

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