2017 © Pedro PelĂĄez
 

bundle image-workshop-bundle

Symfony2 bundle implementing for ImageWorkshop

image

jdecool/image-workshop-bundle

Symfony2 bundle implementing for ImageWorkshop

  • Monday, February 29, 2016
  • by jdecool
  • Repository
  • 1 Watchers
  • 1 Stars
  • 430 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

ImageWorkshopBundle

Build Status Latest Stable Version, (*1)

Symfony2 bundle implementing for ImageWorkshop, (*2)

Install

Install the bundle using composer:, (*3)

{
    "require": {
        "jdecool/image-workshop-bundle": "~1.0"
    }
}

Enable the extension in your application AppKernel:, (*4)

<?php

public function registerBundles()
{
    $bundles = [
        // ...
        new JDecool\Bundle\ImageWorkshopBundle\ImageWorkshopBundle(),
    ];

    // ...

    return $bundles;
}

 Twig filters

<img src="{{ 'path/to/image/file.png'|image_filter('image_format') }}">

Configuration reference

image_workshop:
    cache:
        lifetime: 86400 # 1 day
        prefix:   media/cache

    formats: ~

Image format definition

image_workshop:
    cache:
        lifetime: 86400 # 1 day
        prefix:   media/cache

    formats:
        thumbnail:
            width:  200
            height: 300

        profile:
            width:  500
            height: 500

The Versions

29/02 2016

dev-master

9999999-dev https://github.com/jdecool/ImageWorkshopBundle

Symfony2 bundle implementing for ImageWorkshop

  Sources   Download

MIT

The Requires

 

The Development Requires

library symfony2 image class resize crop gd thumbnail watermark rotate

29/02 2016

dev-fix-php7-tests

dev-fix-php7-tests https://github.com/jdecool/ImageWorkshopBundle

Symfony2 bundle implementing for ImageWorkshop

  Sources   Download

MIT

The Requires

 

The Development Requires

library symfony2 image class resize crop gd thumbnail watermark rotate

27/02 2016

1.0.0

1.0.0.0 https://github.com/jdecool/ImageWorkshopBundle

Symfony2 bundle implementing for ImageWorkshop

  Sources   Download

MIT

The Requires

 

The Development Requires

library symfony2 image class resize crop gd thumbnail watermark rotate