PHP Package: matthewbdaly/laravel-azure-storage

Laravel Azure Storage is a PHP library that enables seamless integration of Azure Storage with Laravel applications for efficient data storage and retrieval.

Current Version: 2.0.4
Last Updated: 2022-06-15
PHP Requirement: >=7.4
Dependencies:
illuminate/support
microsoft/azure-storage-blob
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Azure Storage library provides a robust solution for Laravel developers to interact with Azure Storage effortlessly. With this library, users can securely store, manage, and retrieve data from Azure Storage services, enhancing scalability and performance of their applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.4

Download Download v2.0.4

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/matthewbdaly/laravel-azure-storage/2.0.4/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';
require_once 'libs/microsoft/azure-storage-blob/{lib_version}/loader.php';

use Matthewbdaly\LaravelAzureStorage\AzureFilesystem;

$obj = new AzureFilesystem();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.