PHPackages                             sukohi/asset-ver - 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. sukohi/asset-ver

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sukohi/asset-ver
================

A Laravel package that allows you easily to manage a version value for assets URL.

1.0.1(7y ago)016MITPHP

Since May 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/SUKOHI/AssetVer)[ Packagist](https://packagist.org/packages/sukohi/asset-ver)[ RSS](/packages/sukohi-asset-ver/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

AssetVer
========

[](#assetver)

A Laravel package that allows you easily to manage a version value for assets URL.
This package is maintained under Laravel 5.8.

Installation
============

[](#installation)

```
composer require sukohi/asset-ver:1.*

```

Usage
=====

[](#usage)

Update version value
--------------------

[](#update-version-value)

The following command automatically updates asset version.

```
php artisan asset_ver

```

Clear
-----

[](#clear)

```
php artisan asset_ver:clear

```

Helper function
---------------

[](#helper-function)

You can get a current version value through asset\_ver() as follows.

**(in Blase)**

```
https://example.com/js/test.js?{{ asset_ver() }}

```

**(in PHP)**

```
$version = asset_ver(); // ver=***

// or only version value

$version = asset_ver(false);

```

Configuration
=============

[](#configuration)

If you'd like to set configurations, publish `config/asset_ver.php` through `php artisan vendor:publish`.

License
=======

[](#license)

This package is licensed under the MIT License.

Copyright 2019 Sukohi Kuhoh

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

3

Last Release

2614d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2980d59b309d45df3f2e6e51b1d336614da063240b8f76f873f287cd745ec5db?d=identicon)[Sukohi](/maintainers/Sukohi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sukohi-asset-ver/health.svg)

```
[![Health](https://phpackages.com/badges/sukohi-asset-ver/health.svg)](https://phpackages.com/packages/sukohi-asset-ver)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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