artarts36/local-file-system

0.1.2 2022-02-11 16:08 UTC

This package is auto-updated.

Last update: 2024-04-19 01:12:55 UTC


README

PHP Composer License: MIT Total Downloads

This package provides implementation of FileSystem Contracts for Local FileSystem.

Installation

Run command: composer require artarts36/local-file-system

Usage

use ArtARTs36\FileSystem\Local\LocalFileSystem;

$fs = new LocalFileSystem();

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

Development Console

Command Description
composer lint Check code on PSR (PHP CS Sniffer)
composer stat-analyse Run stat-analyse (PHPStan)
composer test Run tests (PHPUnit)