PHPackages                             backtory/laravel-backtory-storage - 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. backtory/laravel-backtory-storage

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

backtory/laravel-backtory-storage
=================================

Backtory Storage Driver for Laravel framework

v1.0.4(8y ago)51.9k1[1 issues](https://github.com/backtory/laravel-backtory-storage/issues)MITPHP

Since Sep 23Pushed 8y ago2 watchersCompare

[ Source](https://github.com/backtory/laravel-backtory-storage)[ Packagist](https://packagist.org/packages/backtory/laravel-backtory-storage)[ RSS](/packages/backtory-laravel-backtory-storage/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Laravel Backtory Storage Driver
===============================

[](#laravel-backtory-storage-driver)

A Backtory Storage filesystem for Laravel.

This package is a wrapper bridging [backtory/storage-php](https://github.com/backtory/storage-php) into Laravel as an available storage disk.

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

[](#installation)

```
composer require backtory/laravel-backtory-storage
```

Register the service provider in app.php (only in versions &lt; 5.5)

```
'providers' => [
    // ...
    Backtory\Storage\Laravel\BacktoryStorageServiceProvider::class,
]
```

Add a new disk to your `filesystems.php` config

```
'backtory' => [
    'driver' => 'backtory',
    'X-Backtory-Authentication-Id' => '',
    'X-Backtory-Authentication-Key' => '',
    'X-Backtory-Storage-Id' => '',
    'domain' => '' // [optional]
],
```

Usage
-----

[](#usage)

```
$disk = Storage::disk('backtory');

// create a file
$disk->put('avatars/file.jpg', $fileContents);

// check if a file exists
$exists = $disk->exists('file.jpg');

// get file modification date
$time = $disk->lastModified('file1.jpg');

// copy a file
$disk->copy('old/file1.jpg', 'newLocaltion');

// move a file
$disk->move('old/file1.jpg', 'newLocation');

// get url to file
$url = $disk->url('folder/my_file.txt');

// See https://laravel.com/docs/5.5/filesystem for full list of available functionality
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~53 days

Total

5

Last Release

2942d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelcloudstoragecloud-storagebacktorybacktory-sdkbacktory-storage

### Embed Badge

![Health badge](/badges/backtory-laravel-backtory-storage/health.svg)

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

###  Alternatives

[zgldh/qiniu-laravel-storage

Qiniu Resource (Cloud) Storage SDK for Laravel 5/6/7/8/9

530394.0k14](/packages/zgldh-qiniu-laravel-storage)[gliterd/backblaze-b2

PHP SDK for working with backblaze B2 cloud storage.

84263.3k8](/packages/gliterd-backblaze-b2)[itbdw/laravel-storage-qiniu

A storage library for laravel5 and qiniu sdk

7015.2k](/packages/itbdw-laravel-storage-qiniu)

PHPackages © 2026

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