PHPackages                             wirelab/downloads-module - 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. wirelab/downloads-module

AbandonedArchivedStreams-addon

wirelab/downloads-module
========================

Module for managing downloads.

1.4.2(8y ago)2781MITPHP

Since Mar 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wirelab/downloads-module)[ Packagist](https://packagist.org/packages/wirelab/downloads-module)[ Docs](http://wirelab.nl/)[ RSS](/packages/wirelab-downloads-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

Downloads module
================

[](#downloads-module)

⚠️ This repository has been deprecated ⚠️
-----------------------------------------

[](#️-this-repository-has-been-deprecated-️)

Module for managing downloads.

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

[](#installation)

```
$ composer require wirelab/downloads-module
$ php artisan addon:install wirelab.module.downloads
```

Overwriting the default view
----------------------------

[](#overwriting-the-default-view)

1. `php artisan addon:publish downloads`
2. Edit the `view` view in `resources//addons/wirelab/downloads-module/views/download`

Adding fields to a download
---------------------------

[](#adding-fields-to-a-download)

1. In the download module go to `fields` and make a new field
2. In the `downloads` section click on `assignments` and assign the field

Adding downloads to a page
--------------------------

[](#adding-downloads-to-a-page)

1. Create a *multiple* field in the pages module, assign it to Locations &gt; Locations
2. Assign the field to a page type
3. In the page type loop over `page.your_slug` and call `render()` on the downloads. Or call `render()` on `page.your_slug` to have it to loop for you. Examples:

```
page.your_slug.render()
```

```
{% for download in page.your_slug %}
	download.render()
{% endfor %}
```

Not calling render will return the attributes of the download.

```
{% for download in page.your_slug %}
	{{ download.name }}
	{{ download.description }}
{% endfor %}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~13 days

Recently: every ~19 days

Total

7

Last Release

3250d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3fb6cd2f066c1047d17fe80fa30b780d35aec59b20d9eef3189c77309c3f02d?d=identicon)[Wirelab](/maintainers/Wirelab)

---

Top Contributors

[![ddnetters](https://avatars.githubusercontent.com/u/15140770?v=4)](https://github.com/ddnetters "ddnetters (13 commits)")[![Piterden](https://avatars.githubusercontent.com/u/5930429?v=4)](https://github.com/Piterden "Piterden (1 commits)")

---

Tags

phppyropyrocmspyrocms-modulespyrocms3downloadspyrocmsmanagingwirelabpyrocms 3

### Embed Badge

![Health badge](/badges/wirelab-downloads-module/health.svg)

```
[![Health](https://phpackages.com/badges/wirelab-downloads-module/health.svg)](https://phpackages.com/packages/wirelab-downloads-module)
```

###  Alternatives

[spatie/laravel-medialibrary

Associate files with Eloquent models

6.1k37.7M472](/packages/spatie-laravel-medialibrary)[pyrocms/pyrocms

Build better Laravel websites and applications faster with Pyro.

3.2k68.8k](/packages/pyrocms-pyrocms)[mlocati/ip-lib

Handle IPv4, IPv6 addresses and ranges

3126.4M44](/packages/mlocati-ip-lib)[leuchtfeuer/secure-downloads

"Secure Download": Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access.

22234.7k1](/packages/leuchtfeuer-secure-downloads)[intoeetive/protectedlinks

Secure &amp; restricted files download

156.1k](/packages/intoeetive-protectedlinks)

PHPackages © 2026

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