定制 dyweb/ring 二次开发

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

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

dyweb/ring

最新稳定版本:v0.0.2

Composer 安装命令:

composer require dyweb/ring

包简介

README 文档

README

Build Status

Throughput Graph

An php file upload solution for lazy web developers

ring-logo

Why Ring?

Because file & image upload is common problem for php developers, especially when they want to build a website with rich text editing feature. It's a pain to write the same logic again and again. As for front end, it's even worse, for the editors that support image/file upload, some got a single php file for handle image upload, some got a charged file manager, and most of these code are just too old to fix/add features like access control.

As for the name, it's the nick name of a guy from our design team at dyweb

Features

  • handle image & file upload validation
  • support different backend, local filesystem, cloud service provider (ie: qiniu, aliyun)
  • store data and meta separately
  • generate json directly from meta class (using JsonSerialize)
  • acl for file
  • file manager, see MissAtomicBomb

see doc for more information

Usage

see example/upload for how to use

  • add dyweb/ring to your composer.json

Development

TODO

Roadmap

  • file upload
  • image upload
  • image upload with thumbnail (thumbnail is treated as meta and store as base64)
  • a tree structure to simulate folder structure OR use flysystem
  • store meta, include image thumbnail
  • list file
  • list file by auth
  • list file with thumbnail

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-20