intervention-request

A customizable Intervention Image wrapper to use simple image re-sampling features over urls and a configurable cache.

MIT License

Downloads
35.2K
Stars
35
Committers
3
intervention-request - v3.0.0 Latest Release

Published by ambroisemaupate over 4 years ago

Big refactoring: switched to full Event system

  • No more processing logic in InterventionRequest
  • No more response creation in InterventionRequest
  • All Images processors are dependent on one ChainProcessor instance
  • Cache and non-cached logic are now Request event subscribers
  • Fixed WEBP processing for non pass-through caches
  • Refactored cache path resolving (fewer folder depth)
  • Deprecated AbstractProcessor, just implement Processor interface
  • Only use allowed query params to generate a cache hash
  • Refactored response header params names
  • More type-hinting
  • Only instanciate Intervention Image when needed, when we actually need to process image
intervention-request - v2.4.0

Published by ambroisemaupate almost 5 years ago

Symfony 4.4 support

  • FQCN Event names
intervention-request - Image flip processor

Published by ambroisemaupate almost 6 years ago

intervention-request - Pass-through cache and WebP support

Published by ambroisemaupate over 6 years ago

Major changes

intervention-request -

Published by ambroisemaupate over 7 years ago

  • Add compatibility with Symfony 3.2 and 2.8 LTS
intervention-request - 0.1.5

Published by ambroisemaupate over 9 years ago

Changelog

  • Using Symfony 2.7 LTS libs
  • Added optional file checksum to see if file has been changed with same name
  • Added 404 error response when requested image does not exist
  • Added 400 error response when requested image is not specified
  • Added configurable default quality
intervention-request - 0.1.4

Published by ambroisemaupate over 9 years ago

Package Rankings
Top 7.74% on Packagist.org
Badges
Extracted from project README
Packagist Packagist
Related Projects