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

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

bhittani/filesystem
===================

Utilities for working with the filesystem.

0.1.0(6y ago)03MITPHPPHP &gt;=5.6CI failing

Since Oct 14Pushed 6y ago1 watchersCompare

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

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

Filesystem
==========

[](#filesystem)

[![Travis Build Status](https://camo.githubusercontent.com/b870690096a9bf2006012d63bb80c85c9ec9b99889164e68996a5351ebfe5c57/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6b616d616c6b68616e2f66696c6573797374656d2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/kamalkhan/filesystem)[![Packagist Downloads](https://camo.githubusercontent.com/561553dc7727062b5cf27033b7cae45f4d5f5b5e4f2a437d9758efbabd35464f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6268697474616e692f66696c6573797374656d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bhittani/filesystem)[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Utilities for working with the filesystem in PHP.

- [Install](#install)
- [Usage](#usage)
    - [Each](#each)
    - [Inject](#inject)
    - [Dump](#dump)
    - [Get Contents](#get-contents)
- [Static Access](#static-access)
- [Changelog](#changelog)
- [Testing](#testing)
- [Contributing](#contributing)
- [Security](#security)
- [Credits](#credits)
- [License](#license)

Install
-------

[](#install)

You may install this package using [composer](https://getcomposer.org).

```
$ composer require bhittani/filesystem --prefer-dist
```

Usage
-----

[](#usage)

This packages offers some helpful utilities when working with the filesystem. It extends symfony/filesystem.

```
