PHPackages                             gidato/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. gidato/filesystem

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

gidato/filesystem
=================

Class access to filesystem functions, to aid simulation during testing

v0.2.2(6y ago)025[1 PRs](https://github.com/gidato/filesystem/pulls)1MITPHPCI passing

Since Mar 5Pushed 4w ago1 watchersCompare

[ Source](https://github.com/gidato/filesystem)[ Packagist](https://packagist.org/packages/gidato/filesystem)[ RSS](/packages/gidato-filesystem/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (1)Versions (11)Used By (1)

Gidato / Filesystem
===================

[](#gidato--filesystem)

This package replicates many of the raw filesystem function calls within a class. Using the Disk option passes the call directly through to the builtin PHP handlers.

This allows the Memory class to be used during testing to avoid having to create real files.

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

[](#installation)

```

composer require gidato/filesystem

```

Example Use
-----------

[](#example-use)

```
