| 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 |
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 follows Laravel's filesystem conventions. For uploading, retrieving, and managing files, refer to the official Laravel documentation: 📖 Laravel Filesystem Documentation
Do you need help, do you want to talk to us, or is there anything else?
Join us at:
Azure-Storage-PHP-Adapter-Flysystem is released under the MIT License. See LICENSE for details.
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.