PHPackages                             qtran2015/storage-dir - 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. qtran2015/storage-dir

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

qtran2015/storage-dir
=====================

Manipulate directories in storage directory

1.2.0(2y ago)011MITPHP

Since Oct 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/qtran2015/storage_dir)[ Packagist](https://packagist.org/packages/qtran2015/storage-dir)[ RSS](/packages/qtran2015-storage-dir/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

storage\_dir
============

[](#storage_dir)

Laravel package - to create new directory in the storage directory

install
=======

[](#install)

```
composer require qtran2015/storage-dir

```

add to config/app.php Application Service Providers
===================================================

[](#add-to-configappphp-application-service-providers)

```
Qtran2015\StorageDir\StorageDirProvider::class

```

clear cache
===========

[](#clear-cache)

```
php artisan optimize:clear

```

usage response statuses
=======================

[](#usage-response-statuses)

exists | created | failed

default read execute
====================

[](#default-read-execute)

```
$response = \Qtran2015\StorageDir\StorageDir::setDir('test1/dir_1/dir_2')->execute();

```

read write execute
==================

[](#read-write-execute)

```
$response = \Qtran2015\StorageDir\StorageDir::setDir('test2/dir_1/dir_2')
        ->fullAccess()
        ->execute();

```

remove full access from a directory from provided path
======================================================

[](#remove-full-access-from-a-directory-from-provided-path)

```
$response = \Qtran2015\StorageDir\StorageDir::setDir('test2/dir_1/dir_2/dir_3')
        ->removeFullAccessDir('dir_1')
        ->execute();

```

give full access to a directory from provided path
==================================================

[](#give-full-access-to-a-directory-from-provided-path)

```
$response = \Qtran2015\StorageDir\StorageDir::setDir('test1/dir_1/dir_2')
        ->giveFullAccessDir('dir_2')
        ->execute();

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

5

Last Release

931d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af74040b94d48c517bfc9e2937d8ec26b7d22daec198096d386f9e1b615e327c?d=identicon)[qtran2015](/maintainers/qtran2015)

---

Top Contributors

[![qtran2015](https://avatars.githubusercontent.com/u/42482359?v=4)](https://github.com/qtran2015 "qtran2015 (6 commits)")

### Embed Badge

![Health badge](/badges/qtran2015-storage-dir/health.svg)

```
[![Health](https://phpackages.com/badges/qtran2015-storage-dir/health.svg)](https://phpackages.com/packages/qtran2015-storage-dir)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
