PHPackages                             satoripophq/azuresdk - 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. satoripophq/azuresdk

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

satoripophq/azuresdk
====================

Microsoft Azure SDK for PHP

v1.3(8y ago)0138MITPHPPHP &gt;=5.4.0

Since Jun 27Pushed 7y agoCompare

[ Source](https://github.com/satoripop/AzureSDK)[ Packagist](https://packagist.org/packages/satoripophq/azuresdk)[ Docs](http://www.satoripop.com)[ RSS](/packages/satoripophq-azuresdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Microsoft Azure SDK for PHP
===========================

[](#microsoft-azure-sdk-for-php)

Version 1.0

Adaptation for Composer and PSR-4 of:

This project provides a set of PHP client libraries that make it easy to access Windows Azure tables, blobs, queues, service runtime and service management APIs.

Install
-------

[](#install)

```
$ composer require satoripophq/azuresdk

```

```
"require": {
    "satoripophq/AzureSDK": "1.3"
    }
```

Usage
-----

[](#usage)

```
use SatoripopAzure\AzureBlob as _AzureBlob;

...
$config['azureStorageName'] = "xxxxxx";
$config['azureAccountKey']  = "xxxxxx";
$config['uploadContainer']  = "mycontainer";

$uploadAzure = new _AzureBlob($config);
$result = $uploadAzure->createBlob($file,$blob_name);
echo $result;
$uploadAzure->downloadBlob($blob_name);
...
```

AzureBlob Class
===============

[](#azureblob-class)

createCont
----------

[](#createcont)

Creates a new container in the given storage account.

- @param string =&gt; $container : name

createBlob
----------

[](#createblob)

Creates a new block blob or updates the content of an existing block blob. Updating an existing block blob overwrites any existing metadata on the blob. Partial updates are not supported with createBlockBlob; the content of the existing blob is overwritten with the content of the new blob. To perform a partial update of the ontent of a block blob, use the createBlockList method.

- @param string =&gt; $container : name of the container
- @param string =&gt; $blob : name of the blob
- @param string =&gt; $content : content of the blob

deleteBlob
----------

[](#deleteblob)

Deletes a blob or blob snapshot.

Note that if the snapshot entry is specified in the $options then only this blob snapshot is deleted. To delete all blob snapshots, do not set Snapshot and just set getDeleteSnaphotsOnly to true.

- @param string =&gt; $blob : name of the blob
- @param string =&gt; $container : name of the container

copyBlob
--------

[](#copyblob)

Copies a source blob to a destination blob within the same storage account.

- @param string =&gt; $destinationContainer : name of container
- @param string =&gt; $destinationBlob : name of blob
- @param string =&gt; $sourceContainer : name of container
- @param string =&gt; $sourceBlob : name of blob

listBlobs
---------

[](#listblobs)

Lists all of the blobs in the given container.

- @param string =&gt; $container : name

downloadBlob
------------

[](#downloadblob)

Reads or downloads a blob from the system, including its metadata and properties.

- @param string =&gt; $container : name of the container
- @param string =&gt; $blob : name of the blob

```

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2925d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33632433?v=4)[satoripophq](/maintainers/satoripophq)[@satoripophq](https://github.com/satoripophq)

---

Top Contributors

[![sabri-elgueder](https://avatars.githubusercontent.com/u/24871750?v=4)](https://github.com/sabri-elgueder "sabri-elgueder (9 commits)")

---

Tags

phpazure

### Embed Badge

![Health badge](/badges/satoripophq-azuresdk/health.svg)

```
[![Health](https://phpackages.com/badges/satoripophq-azuresdk/health.svg)](https://phpackages.com/packages/satoripophq-azuresdk)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21422.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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