webimpress/safe-writer
最新稳定版本:2.2.0
Composer 安装命令:
composer require webimpress/safe-writer
包简介
Tool to write files safely, to avoid race conditions
README 文档
README
Write files safely to avoid race conditions when the same file is written multiple times in a short time period.
Installation
Using composer:
composer require webimpress/safe-writer
Usage
use Webimpress\SafeWriter\FileWriter; $targetFile = __DIR__ . '/target-file.php'; $content = "<?php\nreturn " . var_export($data, true) . ';'; FileWriter::writeFile($targetFile, $content);
If something goes wrong exception (instance of Webimpress\SafeWriter\Exception\ExceptionInterface)
will be thrown.
统计信息
- 总下载量: 38.16M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 381
- 点击次数: 1
- 依赖项目数: 28
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2026-01-04