承接 wucdbm/gallery-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

wucdbm/gallery-bundle

Composer 安装命令:

composer require wucdbm/gallery-bundle

包简介

A gallery bundle for Symfony 2 Applications that allows you to upload files to several places and keep track of them in your database.

README 文档

README

A simple gallery bundle that allows you to upload images, crop them and save references of them to your database.

Example config

This config assumes that your http://some.host points to /home/user/project/uploads/public and is configured properly to be publicly accessible

parameters.yml

parameters:
    uploads.root: /home/user/project/uploads
    uploads.host: 'http://some.host'

config.yml

parameters:
    revision: 1
    uploads.temp: %uploads.root%/temp
    uploads.public: %uploads.root%/public
    # Private is not used in this example, but you could point your webserver to index the public one
    # and have private files in the private and only serve them via symfony after authentication
    uploads.private: %uploads.root%/private 
    
wucdbm_gallery:
    configs:
        articles:
            path: '%uploads.public%/articles'
            host: '%uploads.host%/articles/%%s?v=%revision%'
            temp: '%uploads.public%/temp/articles'
            name: Articles
        products:
            path: '%uploads.public%/products/images'
            # Please notice th double percent sign in %%s?v - the first percent escapes the second
            # the %s is being replaced with the image relative path via sprintf() in the ImageManager
            host: '%uploads.host%/products/images/%%s?v=%revision%'
            temp: '%uploads.public%/temp/images/products'
            name: Products
            defaults:
                ratio: banner
                size: banner
    aspect_ratios:
        frontpage:
            width: 17
            height: 9
        banner:
            width: 300
            height: 250
    sizes:
        frontpage:
            width: 1700
            height: 900
        banner:
            width: 300
            height: 250

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2015-12-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固