php-collective/file-storage 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

php-collective/file-storage

最新稳定版本:1.0.0

Composer 安装命令:

composer require php-collective/file-storage

包简介

File Storage

README 文档

README

CI Software License

A framework agnostic file storage system.

Dealing with uploads, storing and managing the files has been very often painful and cumbersome. This library tries to make this more easy and convenient for you - no matter what framework you are using.

This library is pretty much the same as these plugins for Laravel, Yii and Cake, but not tied to any framework or ORM and less tight coupled.

Features

  • Store files on almost everything: Local disk, Amazon S3, Dropbox... and many more through the fantastic league/flysystem library.
  • Framework-agnostic
  • Image processing (optional feature / dependency)
  • Image optimization (optional feature / dependency)
  • Provides factories for the adapters
  • As lite as possible on dependencies

Installation

composer require php-collective/file-storage

Documentation

Please start by reading docs/ in this repository.

Example

Take a look at example.php or even run it:

php example.php

The example should give you an exhaustive overview of the library.

统计信息

  • 总下载量: 6.38k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-14