PHPackages                             alpshq/statamic-asset-collector - 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. alpshq/statamic-asset-collector

ActiveStatamic-addon

alpshq/statamic-asset-collector
===============================

Collects used assets.

v1.0.1(2y ago)212proprietaryPHP

Since Mar 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alpshq/statamic-asset-collector)[ Packagist](https://packagist.org/packages/alpshq/statamic-asset-collector)[ RSS](/packages/alpshq-statamic-asset-collector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Asset Collector
===============

[](#asset-collector)

> Collect all used assets

Easily manage and showcase image credits on your website with Asset Credit Collector. This addon helps you collect all assets used on a page, allowing you to display image credits and other information effortlessly. Primarily designed for displaying image credits, Asset Collector can also be used to manage any list of assets on your site.

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

[](#installation)

You can install the addon using composer:

```
composer require alpshq/statamic-asset-collector

```

Alternatively you can install the addon by navigating to [Statamic's marketplace](https://statamic.com/addons/alps/asset-collector) within your Control Panel and searching there for `Asset Collector`.

Usage
-----

[](#usage)

There is no configuration or setup needed. Everytime an asset's URL is requested, the asset is memorized.

You can get all these assets by using the `collected_assets` tag:

```
{{ collected_assets }}

{{ /collected_assets }}
```

### Filter Assets by Type

[](#filter-assets-by-type)

If you want to get only some of the assets you've used you can use the `collected_assets:some` tag. The tag supports the following parameters which help you filter the assets you need:

Parameter NameTypeDefault ValueExplanation`image``bool``false`Whether or not to include **images**.`svg``bool``false`Whether or not to include **SVGs**.`video``bool``false`Whether or not to include **videos**.`audio``bool``false`Whether or not to include **audios**.`pdf``bool``false`Whether or not to include **PDFs**.#### Example Usage with Filters

[](#example-usage-with-filters)

```
{{ collected_assets:some image="true" }}

{{ /collected_assets:some }}

{{ collected_assets:some image="true" svg="true" }}

{{ /collected_assets:some }}
```

### Example: Display Credits

[](#example-display-credits)

Display credits at the end of your page for all images placed on the current page.

```
{{ used_assets = { collected_assets:some image="true" svg="true" } }}

{{ if used_assets }}

        Image Credits:

            {{ used_assets }}

                    {{ title | lowercase }}
                    &copy; by
                    {{ credit }}

            {{ /used_assets }}

{{ /if }}
```

### Example: Gallery

[](#example-gallery)

Generating a gallery or carousel of images used on the page.

```
{{ collected_assets:some image="true" }}

{{ /collected_assets:some }}
```

### Example: A List of Downloadable Files

[](#example-a-list-of-downloadable-files)

Displaying a list of downloadable files (e.g., PDFs or other documents) used on the page.

```

    {{ collected_assets:some pdf="true" }}
        {{ title }}
    {{ /collected_assets:some }}

```

Security
--------

[](#security)

If you encounter any security related issues, please email directly  instead of opening an issue. All security related issues will be promptly addressed.

License
-------

[](#license)

This is commercial software. You may use the package for your sites. Each site requires its own license.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~290 days

Total

2

Last Release

850d ago

### Community

Maintainers

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

---

Top Contributors

[![jakubjo](https://avatars.githubusercontent.com/u/2873852?v=4)](https://github.com/jakubjo "jakubjo (8 commits)")

### Embed Badge

![Health badge](/badges/alpshq-statamic-asset-collector/health.svg)

```
[![Health](https://phpackages.com/badges/alpshq-statamic-asset-collector/health.svg)](https://phpackages.com/packages/alpshq-statamic-asset-collector)
```

###  Alternatives

[statamic/statamic

Statamic

824170.4k](/packages/statamic-statamic)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[statamic/ssg

Generate static sites with Statamic.

254302.4k](/packages/statamic-ssg)[statamic/eloquent-driver

Allows you to store Statamic data in a database.

125598.8k7](/packages/statamic-eloquent-driver)[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[rias/statamic-redirect

28298.4k](/packages/rias-statamic-redirect)

PHPackages © 2026

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