artarts36/local-file-system

本地文件系统

0.1.2 2022-02-11 16:08 UTC

This package is auto-updated.

Last update: 2024-09-19 01:55:59 UTC


README

PHP Composer License: MIT Total Downloads

此包提供了本地文件系统 文件系统契约 的实现。

安装

运行命令:composer require artarts36/local-file-system

使用

use ArtARTs36\FileSystem\Local\LocalFileSystem;

$fs = new LocalFileSystem();

$fs->removeDir('/etc/');

开发控制台