gander / symfony-transparent-pixel-response
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony Transparent Pixel Response
v1.0.0
2020-01-30 14:38 UTC
Requires
- php: >=5.3.9,<7.0.0
- symfony/http-foundation: ^2.7|^3.0
Requires (Dev)
- phpunit/phpunit: ^3.7|^4.0|^5.0
This package is auto-updated.
Last update: 2024-10-27 07:52:53 UTC
README
This package provides a modified Response class, which returns the image in GIF format of size 1 by 1 pixel. Frequently this image is used when registering openings of e-mail messages.
I used the example from article Transparent pixel response with Symfony, how to track email opening.
Installation
composer require gander/symfony-transparent-pixel-response
License
The Transparent Pixel Response is open-sourced software licensed under the MIT license