PHPackages                             hammerstone/airdrop - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. hammerstone/airdrop

Abandoned → [aaronfrancis/airdrop](/?search=aaronfrancis%2Fairdrop)Library[DevOps &amp; Deployment](/categories/devops)

hammerstone/airdrop
===================

A Laravel package to deploy your application faster by skipping asset compilation when possible.

v2.0.0(1mo ago)1971.3M↓61.2%16MITPHPPHP ^8.2CI passing

Since Feb 23Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/WilberGroup/airdrop)[ Packagist](https://packagist.org/packages/hammerstone/airdrop)[ RSS](/packages/hammerstone-airdrop/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (14)Versions (19)Used By (0)

Airdrop for Laravel
===================

[](#airdrop-for-laravel)

[![Tests](https://github.com/WilberGroup/airdrop/actions/workflows/tests.yml/badge.svg)](https://github.com/WilberGroup/airdrop/actions/workflows/tests.yml)[![Latest Version on Packagist](https://camo.githubusercontent.com/7abd8073ce0791793c88243b58382a9f6d71cdc2b06506698199576cbd6f1e4b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77696c62657267726f75702f61697264726f70)](https://packagist.org/packages/wilbergroup/airdrop)[![Total Downloads](https://camo.githubusercontent.com/e6aa96efa3eeb59d7e0f2c12aab4a3f3771bd4d085a46ebca1f61df27883a3f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77696c62657267726f75702f61697264726f70)](https://packagist.org/packages/wilbergroup/airdrop)[![License](https://camo.githubusercontent.com/2607ae941963395aaa5b93db6756835f10d380132d0a8a02e45097cdd5730fe8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f77696c62657267726f75702f61697264726f70)](https://packagist.org/packages/wilbergroup/airdrop)

> Read the full docs at [wilbergroup.github.io/airdrop](https://wilbergroup.github.io/airdrop/).

Airdrop for Laravel is a package that speeds up your deploys by skipping your asset build step whenever possible.

When you're deploying your code, Airdrop will calculate a hash of everything needed to build your assets: installed packages, JS/CSS files, ENV vars, etc.

After Airdrop has calculated a hash for these inputs, it will check to see if it has ever built this exact configuration before. If it has, it will pull down the built assets and put them in place, letting you skip the expensive build step.

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

[](#installation)

You can install the package via Composer

```
composer require wilbergroup/airdrop
```

Once the package is installed, you may optionally publish the config file by running

```
php artisan airdrop:install
```

You'll likely want to publish the config file so that you can set up your triggers and outputs.

Read the full docs at [wilbergroup.github.io/airdrop](https://wilbergroup.github.io/airdrop/).

License
-------

[](#license)

The MIT License (MIT).

Credits
-------

[](#credits)

Airdrop was developed by Aaron Francis. If you like it, please let me know!

- Twitter:
- Website:
- YouTube:
- GitHub:

###  Health Score

65

—

FairBetter than 99% of packages

Maintenance93

Actively maintained with recent releases

Popularity55

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 83.8% 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 ~160 days

Recently: every ~298 days

Total

13

Last Release

36d ago

Major Versions

v0.3.0 → v1.0.02025-02-26

v1.1.0 → v2.0.02026-05-29

PHP version history (3 changes)v0.0.1PHP ^7.2|^8.0

v1.0.0PHP ^8.1

v1.1.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/033238953a59b9223a1bde703b5e4254e63c7412195da1cb9de5af44bf53fc0a?d=identicon)[aarondfrancis](/maintainers/aarondfrancis)

---

Top Contributors

[![aarondfrancis](https://avatars.githubusercontent.com/u/881931?v=4)](https://github.com/aarondfrancis "aarondfrancis (88 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (7 commits)")[![SudoGetBeer](https://avatars.githubusercontent.com/u/7324694?v=4)](https://github.com/SudoGetBeer "SudoGetBeer (3 commits)")[![JacobBennett](https://avatars.githubusercontent.com/u/1517011?v=4)](https://github.com/JacobBennett "JacobBennett (2 commits)")[![AlexAzartsev](https://avatars.githubusercontent.com/u/13518420?v=4)](https://github.com/AlexAzartsev "AlexAzartsev (1 commits)")[![RVxLab](https://avatars.githubusercontent.com/u/46111684?v=4)](https://github.com/RVxLab "RVxLab (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")[![livkiss](https://avatars.githubusercontent.com/u/256075?v=4)](https://github.com/livkiss "livkiss (1 commits)")[![ahinkle](https://avatars.githubusercontent.com/u/17038330?v=4)](https://github.com/ahinkle "ahinkle (1 commits)")

---

Tags

assetslaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/hammerstone-airdrop/health.svg)

```
[![Health](https://phpackages.com/badges/hammerstone-airdrop/health.svg)](https://phpackages.com/packages/hammerstone-airdrop)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[laravel/folio

Page based routing for Laravel.

603583.7k33](/packages/laravel-folio)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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