定制 srio/rest-upload-bundle 二次开发

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

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

srio/rest-upload-bundle

最新稳定版本:2.1.0

Composer 安装命令:

composer require srio/rest-upload-bundle

包简介

Handle multiple rest upload ways

README 文档

README

Build Status

This bundle provide a simple ways to handle uploads on the server side.

Currently, it supports the simple, form-data, multipart and resumable ways.

Getting started

Using Gaufrette as storage layer, you can handle file uploads and store files on many places such as a local file system, an Amazon S3 bucket, ...

Testing

Tests are run with PHPUnit. Once you installed dependencies with composer, then:

  • Create a database, allow access to a user, and set configuration in Tests/Fixtures/App/app/config/parameters.yml file
  • Create the database schema for the test environment
    php Tests/Fixtures/App/app/console doctrine:schema:update --force --env=test
  • Run PHPUnit
    phpunit

统计信息

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

GitHub 信息

  • Stars: 46
  • Watchers: 4
  • Forks: 17
  • 开发语言: PHP

其他信息

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