PHPackages                             gspataro/filesystem - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. gspataro/filesystem

ActiveLibrary[File &amp; Storage](/categories/file-storage)

gspataro/filesystem
===================

A PHP FileSystem component

1.0.0(3y ago)0111MITPHPPHP &gt;=8.0

Since Jun 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/gspataro/FileSystem)[ Packagist](https://packagist.org/packages/gspataro/filesystem)[ RSS](/packages/gspataro-filesystem/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

GSpataro/FileSystem
===================

[](#gspatarofilesystem)

A component to easily manage the files and directories of your application.

---

Installation
------------

[](#installation)

> **Requires [PHP 8.0+](https://www.php.net/releases/)**

Require the component using [Composer](https://getcomposer.org)

```
composer require gspataro/filesystem

```

---

Quick start
-----------

[](#quick-start)

To start using the FileSystem component you only need to initialize the Storage class. This will give you easy access to the files and directories present on your application's filesystem.

```
