PHPackages                             putyourlightson/craft-blitz-netlify - 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. [Caching](/categories/caching)
4. /
5. putyourlightson/craft-blitz-netlify

ActiveBlitz-deployer[Caching](/categories/caching)

putyourlightson/craft-blitz-netlify
===================================

Netlify deployer for the Blitz plugin for Craft CMS.

3.0.0(2y ago)12.9k—0%1proprietaryPHPPHP ^8.2

Since Oct 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/putyourlightson/craft-blitz-netlify)[ Packagist](https://packagist.org/packages/putyourlightson/craft-blitz-netlify)[ RSS](/packages/putyourlightson-craft-blitz-netlify/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (6)Versions (8)Used By (0)

[![Stable Version](https://camo.githubusercontent.com/bc88e864322164af68a3ceb280016cabcd02ac75ad81e53b7c094a68d4b0c729/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707574796f75726c69676874736f6e2f63726166742d626c69747a2d6e65746c6966793f6c6162656c3d737461626c65)](https://camo.githubusercontent.com/bc88e864322164af68a3ceb280016cabcd02ac75ad81e53b7c094a68d4b0c729/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707574796f75726c69676874736f6e2f63726166742d626c69747a2d6e65746c6966793f6c6162656c3d737461626c65)[![Total Downloads](https://camo.githubusercontent.com/de757c9d6908da754ce2a61bd60b2d1c595b9f1821db8b6d718c36334eed3397/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707574796f75726c69676874736f6e2f63726166742d626c69747a2d6e65746c696679)](https://packagist.org/packages/putyourlightson/craft-blitz-netlify)

[![](https://camo.githubusercontent.com/a9f8ab4a558842f789bd09721b51b3a78e9e87af60a487e14ca93b59369a630f/68747470733a2f2f707574796f75726c69676874736f6e2e636f6d2f6173736574732f6c6f676f732f626c69747a2e737667)](https://camo.githubusercontent.com/a9f8ab4a558842f789bd09721b51b3a78e9e87af60a487e14ca93b59369a630f/68747470733a2f2f707574796f75726c69676874736f6e2e636f6d2f6173736574732f6c6f676f732f626c69747a2e737667)

Blitz Netlify Deployer for Craft CMS
====================================

[](#blitz-netlify-deployer-for-craft-cms)

The Netlify Deployer allows the [Blitz](https://putyourlightson.com/plugins/blitz) plugin for [Craft CMS](https://craftcms.com/) to deploy cached files directly to Netlify sites.

> While the Netlify Deployer provides a quick and easy setup, the Git Deployer that ships with Blitz is the recommended way of deploying full websites, including images and other static assets, to Netlify sites.

Usage
-----

[](#usage)

Install the deployer using composer.

```
composer require putyourlightson/craft-blitz-netlify
```

Then add the class to the `driverTypes` config setting in `config/blitz.php`.

```
// The deployer type classes to add to the plugin’s default deployer types.
'deployerTypes' => [
    'putyourlightson\blitznetlify\NetlifyDeployer',
],
```

You can then select the deployer and settings either in the control panel or in `config/blitz.php`.

```
// The deployer type to use.
'deployerType' => 'putyourlightson\blitznetlify\NetlifyDeployer',

// The deployer settings.
'deployerSettings' => [
   'clientId' => 'id_abcdefgh1234567890',
   'clientSecret' => 'secret_abcdefgh1234567890',
],
```

Documentation
-------------

[](#documentation)

Read the documentation at [putyourlightson.com/plugins/blitz](https://putyourlightson.com/plugins/blitz#remote-deployment).

Created by [PutYourLightsOn](https://putyourlightson.com/).

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity75

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

Recently: every ~393 days

Total

7

Last Release

761d ago

Major Versions

v1.x-dev → 2.0.0-beta.12022-04-19

v2.x-dev → 3.0.02024-04-08

PHP version history (2 changes)2.0.0-beta.1PHP ^8.0.2

3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/59428c6783d02d74c8778d9953ba84c35d3877ece53f5eb393689c052a9c97e4?d=identicon)[putyourlightson](/maintainers/putyourlightson)

---

Top Contributors

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

---

Tags

cachecraftcmsdeployernetlifyblitz

### Embed Badge

![Health badge](/badges/putyourlightson-craft-blitz-netlify/health.svg)

```
[![Health](https://phpackages.com/badges/putyourlightson-craft-blitz-netlify/health.svg)](https://phpackages.com/packages/putyourlightson-craft-blitz-netlify)
```

###  Alternatives

[putyourlightson/craft-blitz

Intelligent static page caching for creating lightning-fast sites.

153471.5k29](/packages/putyourlightson-craft-blitz)[nystudio107/craft-fastcgicachebust

Bust the Nginx FastCGI Cache when entries are saved or created.

1953.5k3](/packages/nystudio107-craft-fastcgicachebust)[bolden/htmlcache

Cache pages to HTML and boost website performance on Craft CMS 3.

317.9k](/packages/bolden-htmlcache)[buzzingpixel/craft-static

Static file caching for Craft 3

143.3k](/packages/buzzingpixel-craft-static)

PHPackages © 2026

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