定制 bcsingh50/thanos-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bcsingh50/thanos-php

最新稳定版本:1.0.1

Composer 安装命令:

composer require bcsingh50/thanos-php

包简介

A casual (but dangerous) package that will let Thanos snap fingers and delete random files inside a directory

README 文档

README

A casual (but dangerous) package that will let Thanos snap fingers and delete random files inside a directory.

Based off thanos-js

⚠️ WARNING

This tool deletes files.
This will delete files unless you use: --dry-run This should not delete files in:

  • .git
  • vendor
  • .env
  • composer.json

Warning... this has not really been tested. I ran it locally on a windows machine, use at your own risk!

Install

composer require bcsingh50/thanos-php

Run (Via CLI)

vendor/bin/snap --dry-run

Once you are brave...

vendor/bin/snap --with-gauntlet

Run (Via PHP)

ob_start(); // optional to see output. 
$gauntlet->snap($path, $dryRun, $withGauntlet);
$output = ob_get_clean();

echo $output;

Future improvements

  • Add logging and better output so you do not have to capture output from echos.

统计信息

  • 总下载量: 12
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-13