定制 league/flysystem-azure 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

league/flysystem-azure

最新稳定版本:1.0.4

Composer 安装命令:

composer require league/flysystem-azure

包简介

Flysystem adapter for Windows Azure

README 文档

README

Author Build Status Coverage Status Quality Score Software License

This is a Flysystem adapter for the Windows Azure.

First ensure the pear repository is added to you composer.json file.

"repositories": [ { "type": "pear", "url": "http://pear.php.net" } ],

Then install the latest version of the adapter using:

composer require league/flysystem-azure

Bootstrap

<?php use MicrosoftAzure\Storage\Common\ServicesBuilder; use League\Flysystem\Filesystem; use League\Flysystem\Azure\AzureAdapter; $endpoint = sprintf('DefaultEndpointsProtocol=https;AccountName=%s;AccountKey=%s', 'account-name', 'api-key'); $blobRestProxy = ServicesBuilder::getInstance()->createBlobService($endpoint); $filesystem = new Filesystem(new AzureAdapter($blobRestProxy, 'my-container'));

统计信息

  • 总下载量: 235.18k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 34
  • 点击次数: 0
  • 依赖项目数: 18
  • 推荐数: 14

GitHub 信息

  • Stars: 33
  • Watchers: 8
  • Forks: 40
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固