2017 © Pedro Peláez
 

symfony-bundle 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.

image

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.

  • Sunday, July 24, 2016
  • by wucdbm
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 21 Versions
  • 0 % Grown

The README.md

gallery-bundle

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

Example config, (*2)

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

parameters.yml, (*4)

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

config.yml, (*5)

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

The Versions

24/07 2016

dev-master

9999999-dev

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

24/07 2016

v3.2.3

3.2.3.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

25/04 2016

v3.2.2

3.2.2.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

25/04 2016

v3.2.1

3.2.1.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

16/04 2016

v3.2.0

3.2.0.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

16/04 2016

v3.1.13

3.1.13.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

15/04 2016

v3.1.12

3.1.12.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

15/04 2016

v3.1.11

3.1.11.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

15/03 2016

v3.1.10

3.1.10.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

15/03 2016

v3.1.9

3.1.9.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

02/01 2016

v3.1.8

3.1.8.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

02/01 2016

v3.1.7

3.1.7.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

02/01 2016

v3.1.5

3.1.5.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

02/01 2016

v3.1.6

3.1.6.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

02/01 2016

v3.1.4

3.1.4.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

02/01 2016

v3.1.3

3.1.3.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

02/01 2016

v3.1.2

3.1.2.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

02/01 2016

v3.1.1

3.1.1.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

02/01 2016

v3.1.0

3.1.0.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

31/12 2015

v3.0.1

3.0.1.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle

30/12 2015

v3.0.0

3.0.0.0

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

  Sources   Download

GPL-2.0

The Requires

 

by Martin Kirilov

symfony2 gallery wucdbm gallery bundle