PHPackages                             drlopes/laravel-azure - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. drlopes/laravel-azure

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

drlopes/laravel-azure
=====================

A wrapper around python's packages for interacting with Azure services within Laravel

00PHP

Since Sep 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/drlopes/laravel-azure)[ Packagist](https://packagist.org/packages/drlopes/laravel-azure)[ RSS](/packages/drlopes-laravel-azure/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

A wrapper around python's packages for interacting with Azure services within Laravel
=====================================================================================

[](#a-wrapper-around-pythons-packages-for-interacting-with-azure-services-within-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7385fcc12f769f9c38894775a6b98ba58d08c9b650d99d1ca2505ddcdcc8e848/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64726c6f7065732f6c61726176656c2d617a7572652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/drlopes/laravel-azure)[![GitHub Tests Action Status](https://camo.githubusercontent.com/deb471cbe395751094bc3677491b12ee2bec39378444e37e60604d8d5b01f6c1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64726c6f7065732f6c61726176656c2d617a7572652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/drlopes/laravel-azure/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/07abf5e9138f7eb63c7d8291644a1aacd60085b946b0caebbd238430fa23accb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64726c6f7065732f6c61726176656c2d617a7572652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/drlopes/laravel-azure/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f8cd28a3419a73f281e68ca85ccff940bf1ab02f535db2141b1821de1ec922d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64726c6f7065732f6c61726176656c2d617a7572652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/drlopes/laravel-azure)

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.

Requirements
------------

[](#requirements)

- Python 3.6 or higher. You can download it [here](https://www.python.org/downloads/).

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

[](#installation)

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 [
];
```

Usage
-----

[](#usage)

```
$laravelAzure = new DRLopes\LaravelAzure();
echo $laravelAzure->echoPhrase('Hello, DRLopes!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Daniel Lopes](https://github.com/drlopes)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/drlopes-laravel-azure/health.svg)

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

PHPackages © 2026

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