artarts36 / local-file-system
本地文件系统
0.1.2
2022-02-11 16:08 UTC
Requires
- artarts36/file-system-contracts: ^0.2.0
Requires (Dev)
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2024-09-19 01:55:59 UTC
README
此包提供了本地文件系统 文件系统契约 的实现。
安装
运行命令:composer require artarts36/local-file-system
使用
use ArtARTs36\FileSystem\Local\LocalFileSystem; $fs = new LocalFileSystem(); $fs->removeDir('/etc/');