Azure-OSS / azure-storage-php-adapter-laravel by pimjansen

Azure Storage Blob filesystem driver for Laravel
364,232
56
2
Package Data
Maintainer Username: pimjansen
Maintainer Contact: brechtvermeersch@outlook.be (Brecht Vermeersch)
Package Create Date: 2024-07-29
Package Last Update: 2025-11-08
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2025-12-17 03:00:03
Package Statistics
Total Downloads: 364,232
Monthly Downloads: 55,285
Daily Downloads: 2,453
Total Stars: 56
Total Watchers: 2
Total Forks: 11
Total Open Issues: 4

Azure Storage Blob filesystem driver for Laravel

Latest Version on Packagist Packagist Downloads

Minimum Requirements

  • PHP 8.1 or above

Install

Install the package using composer:

composer require azure-oss/storage-blob-laravel

Then add this to the disks section of config/filesystems.php:

'azure' => [ 
    'driver' => 'azure-storage-blob',
    'connection_string' => env('AZURE_STORAGE_CONNECTION_STRING'),
    'container' => env('AZURE_STORAGE_CONTAINER'),
],

Usage

Usage follows Laravel's filesystem conventions. For uploading, retrieving, and managing files, refer to the official Laravel documentation: 📖 Laravel Filesystem Documentation

Support

Do you need help, do you want to talk to us, or is there anything else?

Join us at:

License

Azure-Storage-PHP-Adapter-Flysystem is released under the MIT License. See LICENSE for details.

PHP Version Support Policy

The maintainers of this package add support for a PHP version following its initial release and drop support for a PHP version once it has reached its end of security support.