{"id":15173010,"url":"https://github.com/baikho/drupal-webform_purge","last_synced_at":"2026-02-15T21:34:20.515Z","repository":{"id":114486588,"uuid":"319371593","full_name":"baikho/drupal-webform_purge","owner":"baikho","description":"Webform Purge extended functionality for Drupal 8/9.","archived":false,"fork":false,"pushed_at":"2020-12-08T20:17:42.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2025-10-14T08:04:29.839Z","etag":null,"topics":["drupal","drupal-8","drupal-module","drupal8"],"latest_commit_sha":null,"homepage":"https://www.drupal.org/project/webform_purge","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baikho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-12-07T16:03:05.000Z","updated_at":"2020-12-08T20:17:44.000Z","dependencies_parsed_at":"2023-05-16T23:30:16.240Z","dependency_job_id":null,"html_url":"https://github.com/baikho/drupal-webform_purge","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/baikho/drupal-webform_purge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-webform_purge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-webform_purge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-webform_purge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-webform_purge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baikho","download_url":"https://codeload.github.com/baikho/drupal-webform_purge/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-webform_purge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["drupal","drupal-8","drupal-module","drupal8"],"created_at":"2024-09-27T10:25:09.256Z","updated_at":"2026-02-15T21:34:20.497Z","avatar_url":"https://github.com/baikho.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"CONTENTS OF THIS FILE\n---------------------\n\n * Introduction\n * Requirements\n * Maintainers\n\n\nINTRODUCTION\n------------\n\nWebform Purge extended functionality for Drupal 8/9.\n\nREQUIREMENTS\n------------\n\nDrupal core `8.8` or up.\n\nINSTALLATION\n------------\n\n * Install the Webform Purge module as you would normally install a contributed\n   Drupal module. Visit [Installing Drupal 8 Modules](https://www.drupal.org/node/1897420) for further\n   information.\n * Alternatively you can include the module as a repository in your `composer.json` file:\n \n```\n\"repositories\": [\n   {\n       \"type\":\"package\",\n       \"package\": {\n           \"name\": \"drupal/webform_purge\",\n           \"version\": \"2.0.0-beta1\",\n           \"type\": \"drupal-module\",\n           \"source\": {\n               \"type\": \"git\",\n               \"url\": \"https://github.com/baikho/drupal-webform_purge.git\",\n               \"reference\": \"8af591aa1f099546b5995812280846e67eb80de0\"\n           }\n       }\n   }\n]\n```\n\nUSAGE\n-----\n\n### 7.x-1.x\n\nSee [Webform Purge](https://www.drupal.org/project/webform_purge) for the Drupal 7 variant of this module.\n\n### 2.x\n\nThe `2.x` release of this module exposes an extra drush command in addition to the purge functionality provided by the [Webform](https://www.drupal.org/project/webform) module. It exposes a purge command that respects the retain of x days similar as with the cron runs.\n\n```\n$ drush webform-purge:purge \u003cwebform_id\u003e --purge-type=\u003call|draft|completed\u003e --purge-days=\u003c30\u003e\n```\n\n\nMAINTAINERS\n-----------\n\n * Sang Lostrie (baikho) - https://www.drupal.org/u/baikho\n\n### Supporting organizations:\n\n * [Access](https://www.drupal.org/access) - Development and maintenance\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaikho%2Fdrupal-webform_purge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaikho%2Fdrupal-webform_purge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaikho%2Fdrupal-webform_purge/lists"}