{"id":50809901,"url":"https://github.com/WilberGroup/airdrop","last_synced_at":"2026-06-30T11:00:32.671Z","repository":{"id":43284354,"uuid":"331789789","full_name":"WilberGroup/airdrop","owner":"WilberGroup","description":"A Laravel package to speed up deployment by skipping asset compilation whenever possible.","archived":false,"fork":false,"pushed_at":"2026-05-29T21:47:29.000Z","size":325,"stargazers_count":197,"open_issues_count":3,"forks_count":16,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-29T23:10:34.464Z","etag":null,"topics":["assets","laravel"],"latest_commit_sha":null,"homepage":"https://hammerstone.dev/airdrop/docs/main","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WilberGroup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["aarondfrancis"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":["https://aaronfrancis.com/backstage"]}},"created_at":"2021-01-22T00:12:28.000Z","updated_at":"2026-05-29T21:47:34.000Z","dependencies_parsed_at":"2024-01-14T03:46:58.776Z","dependency_job_id":"75b4f40d-bdc8-4597-b90e-a53e5a710d2f","html_url":"https://github.com/WilberGroup/airdrop","commit_stats":{"total_commits":55,"total_committers":8,"mean_commits":6.875,"dds":0.4181818181818182,"last_synced_commit":"246701fcac50abaaa975da89bdb7feb11a9411c9"},"previous_names":["hammerstonedev/airdrop","wilbergroup/airdrop"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/WilberGroup/airdrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilberGroup%2Fairdrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilberGroup%2Fairdrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilberGroup%2Fairdrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilberGroup%2Fairdrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WilberGroup","download_url":"https://codeload.github.com/WilberGroup/airdrop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilberGroup%2Fairdrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34963641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assets","laravel"],"created_at":"2026-06-13T04:00:20.753Z","updated_at":"2026-06-30T11:00:32.641Z","avatar_url":"https://github.com/WilberGroup.png","language":"PHP","funding_links":["https://github.com/sponsors/aarondfrancis","https://aaronfrancis.com/backstage"],"categories":["PHP"],"sub_categories":[],"readme":"# Airdrop for Laravel\n\n[![Tests](https://github.com/WilberGroup/airdrop/actions/workflows/tests.yml/badge.svg)](https://github.com/WilberGroup/airdrop/actions/workflows/tests.yml)\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/wilbergroup/airdrop)](https://packagist.org/packages/wilbergroup/airdrop)\n[![Total Downloads](https://img.shields.io/packagist/dt/wilbergroup/airdrop)](https://packagist.org/packages/wilbergroup/airdrop)\n[![License](https://img.shields.io/packagist/l/wilbergroup/airdrop)](https://packagist.org/packages/wilbergroup/airdrop)\n\n\u003e Read the full docs at [wilbergroup.github.io/airdrop](https://wilbergroup.github.io/airdrop/).\n\nAirdrop for Laravel is a package that speeds up your deploys by skipping your asset build step whenever possible.\n\nWhen 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.\n\nAfter 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.\n\n\n# Installation\n\nYou can install the package via Composer\n```console\ncomposer require wilbergroup/airdrop\n```\n\nOnce the package is installed, you may optionally publish the config file by running \n```console\nphp artisan airdrop:install\n```\n\nYou'll likely want to publish the config file so that you can set up your triggers and outputs.\n\nRead the full docs at [wilbergroup.github.io/airdrop](https://wilbergroup.github.io/airdrop/).\n\n## License\n\nThe MIT License (MIT).\n\n## Credits\n\nAirdrop was developed by Aaron Francis. If you like it, please let me know!\n\n- Twitter: https://twitter.com/aarondfrancis\n- Website: https://aaronfrancis.com\n- YouTube: https://youtube.com/@aarondfrancis\n- GitHub: https://github.com/aarondfrancis\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWilberGroup%2Fairdrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWilberGroup%2Fairdrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWilberGroup%2Fairdrop/lists"}