{"id":22397167,"url":"https://github.com/putyourlightson/craft-blitz-netlify","last_synced_at":"2025-07-30T22:09:02.343Z","repository":{"id":143728538,"uuid":"215422498","full_name":"putyourlightson/craft-blitz-netlify","owner":"putyourlightson","description":"Netlify deployer for the Blitz plugin for Craft CMS.","archived":false,"fork":false,"pushed_at":"2024-04-08T14:15:24.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-11-14T21:40:13.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/putyourlightson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-10-16T00:35:39.000Z","updated_at":"2024-04-08T14:15:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f1069c1-fade-49b3-a7c6-985e94992b29","html_url":"https://github.com/putyourlightson/craft-blitz-netlify","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putyourlightson%2Fcraft-blitz-netlify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putyourlightson%2Fcraft-blitz-netlify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putyourlightson%2Fcraft-blitz-netlify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putyourlightson%2Fcraft-blitz-netlify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/putyourlightson","download_url":"https://codeload.github.com/putyourlightson/craft-blitz-netlify/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228242555,"owners_count":17890481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-05T06:11:05.598Z","updated_at":"2024-12-05T06:11:06.366Z","avatar_url":"https://github.com/putyourlightson.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Stable Version](https://img.shields.io/packagist/v/putyourlightson/craft-blitz-netlify?label=stable)]((https://packagist.org/packages/putyourlightson/craft-blitz-netlify))\n[![Total Downloads](https://img.shields.io/packagist/dt/putyourlightson/craft-blitz-netlify)](https://packagist.org/packages/putyourlightson/craft-blitz-netlify)\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"130\" src=\"https://putyourlightson.com/assets/logos/blitz.svg\"\u003e\u003c/p\u003e\n\n# Blitz Netlify Deployer for Craft CMS\n\nThe 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.\n\n\u003e 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.\n\n## Usage\n\nInstall the deployer using composer.\n\n```shell\ncomposer require putyourlightson/craft-blitz-netlify\n```\n\nThen add the class to the `driverTypes` config setting in `config/blitz.php`.\n\n```php\n// The deployer type classes to add to the plugin’s default deployer types.\n'deployerTypes' =\u003e [\n    'putyourlightson\\blitznetlify\\NetlifyDeployer',\n],\n```\n\nYou can then select the deployer and settings either in the control panel or in `config/blitz.php`.\n\n```php\n// The deployer type to use.\n'deployerType' =\u003e 'putyourlightson\\blitznetlify\\NetlifyDeployer',\n\n// The deployer settings.\n'deployerSettings' =\u003e [\n   'clientId' =\u003e 'id_abcdefgh1234567890',\n   'clientSecret' =\u003e 'secret_abcdefgh1234567890',\n],\n```\n\n## Documentation\n\nRead the documentation at [putyourlightson.com/plugins/blitz](https://putyourlightson.com/plugins/blitz#remote-deployment).\n\nCreated by [PutYourLightsOn](https://putyourlightson.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputyourlightson%2Fcraft-blitz-netlify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fputyourlightson%2Fcraft-blitz-netlify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputyourlightson%2Fcraft-blitz-netlify/lists"}