PHPackages                             localgovdrupal/localgov\_assets - 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. localgovdrupal/localgov\_assets

ActiveDrupal-library[Utility &amp; Helpers](/categories/utility)

localgovdrupal/localgov\_assets
===============================

Javascript assets for Localgov Drupal

1.x-dev(1y ago)07[2 issues](https://github.com/localgovdrupal/localgov_assets/issues)GPL-2.0-or-later

Since Feb 5Pushed 1y ago8 watchersCompare

[ Source](https://github.com/localgovdrupal/localgov_assets)[ Packagist](https://packagist.org/packages/localgovdrupal/localgov_assets)[ RSS](/packages/localgovdrupal-localgov-assets/feed)WikiDiscussions 1.x Synced today

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

Javascript assets for Localgov Drupal
=====================================

[](#javascript-assets-for-localgov-drupal)

This library provides a wrapper around various javascript libraries required by certian modules of the Localgov profile. It should be required by default when installing Localgov Drupal and will pull down necessary libraries to the docroot libraries directory.

Current asset libraries
-----------------------

[](#current-asset-libraries)

- enyo/dropzone (6.0.0-beta2) To support Dropzone and Simple bulk media upload.

Overriding these assets
-----------------------

[](#overriding-these-assets)

If you wish to download these libraries another way, or replace them with different versions, you can replace this library or individual libraries. Within your sites root composer.json file use:

```
"replace": {
    "localgovdrupal/localgov_assets" : "*"
}
```

or for an individual library:

```
"replace": {
    "enyo/dropzone" : "*"
}
```

Then require the libraries you need in your preffered way.

Eg. To upgrade dropzone to a fork you could use

```
"repositories": {
    "dropzone": {
        "type": "package",
        "package": {
            "name": "nicolascarpi/dropzone",
            "version": "7.2.0",
            "type": "drupal-library",
            "dist": {
                "url": "https://github.com/NicolasCARPi/dropzone/archive/refs/tags/7.2.0.zip",
                "type": "zip"
            }
        }
    }
},
"require": {
    "nicolascarpi/dropzone": "^7.2.0"
}
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance40

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

513d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/localgovdrupal-localgov-assets/health.svg)

```
[![Health](https://phpackages.com/badges/localgovdrupal-localgov-assets/health.svg)](https://phpackages.com/packages/localgovdrupal-localgov-assets)
```

###  Alternatives

[magestore/module-bannerslider

N/A

8269.9k](/packages/magestore-module-bannerslider)[one2tek/larasheets

Laravel Google Sheets

242.1k](/packages/one2tek-larasheets)

PHPackages © 2026

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