sfcms / fakeimg-bundle
Symfony bundle to generate WebP placeholder images like fakeimg-360x500.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/sfcms/fakeimg-bundle
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