Microsoft no longer supports the Azure SDK for PHP. This package leverages Python's packages to work with Azure services and provides a set of convenient PHP classes to interact with them from within Laravel.
- Python 3.6 or higher. You can download it here.
You can install the package via composer:
composer require drlopes/laravel-azure
You can publish the config file with:
php artisan vendor:publish --tag="laravel-azure-config"
This is the contents of the published config file:
return [
];
$laravelAzure = new DRLopes\LaravelAzure();
echo $laravelAzure->echoPhrase('Hello, DRLopes!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.