1tomany / data-uri-bundle
Symfony bundle that provides bindings for the 1tomany/data-uri package
Installs: 1
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/1tomany/data-uri-bundle
Requires
- php: >=8.4
- 1tomany/data-uri: ^6.0
- symfony/dependency-injection: ^7.2|^8.0
- symfony/http-kernel: ^7.2|^8.0
- symfony/serializer: ^7.2|^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.93
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.5
This package is auto-updated.
Last update: 2026-01-28 01:50:47 UTC
README
This package wraps the 1tomany/data-uri library into an easy to use Symfony bundle.
Installation
Install the bundle using Composer:
composer require 1tomany/data-uri-bundle
Configuration
No configuration is necessary for the bundle. The denormalizer for OneToMany\DataUri\Contract\Record\DataUriInterface objects is automatically tagged and configured.
Components
DataUriInterfacedenormalizer via theOneToMany\DataUriBundle\Serializer\DataUriNormalizerclass.
Credits
License
The MIT License