sfcms / fakeimg-bundle
Symfony bundle to generate WebP placeholder images like fakeimg-360x500.
v1.0.0
2025-11-21 16:06 UTC
Requires
- php: >=8.3
- ext-gd: *
- symfony/framework-bundle: ^7.3
README
// config/routes/seb_fake_img.yaml seb_fake_img: resource: '@SebFakeImgBundle/config/routes.php' type: php
return [ // ... Seb\FakeImgBundle\SebFakeImgBundle::class => ['all' => true], ];
seb_fake_img: route_prefix: '/placeholder' # non utilisé si tu laisses la route PHP comme au-dessus background_color: 'e0e0e0' text_color: '707070' max_width: 4000 max_height: 4000
git tag -a v1.0.0 -m "First release" git push origin v1.0.0