PHPackages                             incapption/file-system - 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. incapption/file-system

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

incapption/file-system
======================

2.0.1(1y ago)0641MITPHPPHP &gt;=7.2

Since Jun 14Pushed 1y agoCompare

[ Source](https://github.com/incapption-public/FileSystem)[ Packagist](https://packagist.org/packages/incapption/file-system)[ RSS](/packages/incapption-file-system/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (4)Versions (10)Used By (0)

FileSystem
==========

[](#filesystem)

This package is an object wrapper for

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

[](#installation)

```
composer require incapption/file-system
```

Requirements
------------

[](#requirements)

```
PHP >= 7.2
```

How to use
----------

[](#how-to-use)

### 1. Create your own class

[](#1-create-your-own-class)

Create your own file class, which extends `Incapption\FileSystem\File`.

> You always need an adapter, based on the official adapters

#### 1.1 Example for local files

[](#11-example-for-local-files)

```
