hshn / base64-encoded-file

Provides handling for base64 encoded files, and the integration of symfony/form
MIT License
39 stars 24 forks source link

Add Base64EncodedFileNormalizer for symfony/serializer #13

Closed vincentchalamon closed 5 years ago

vincentchalamon commented 5 years ago

For API projects, not using forms but mainly serialization, it could be very useful to convert a base64 string to a Base64EncodedFile object.

As the component symfony/serializer is not compulsory to run this library, I just set it as suggest in the composer.json

hshn commented 5 years ago

@vincentchalamon Thank you!