8000 GitHub - ArtARTs36/php-local-file-system: Local FileSystem
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ArtARTs36/php-local-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local File System

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)

About

Local FileSystem

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0