hshn / base64-encoded-file

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

Bundelize the lib #14

Closed vincentchalamon closed 5 years ago

vincentchalamon commented 5 years ago

Add a bridge for a Symfony project implementation. The Base64EncodedFileNormalizer is in conflict with the DataUriNormalizer from symfony/serializer, cause they both normalize an instance of File. The Base64EncodedFileNormalizer must have a higher priority. It could be done manually by the developer, or automatically using Symfony bundle.

Would be awesome to add a recipe: https://github.com/symfony/recipes-contrib/

hshn commented 5 years ago

Sorry for unacceptable delay! I've left php community long time ago. I'm merging this now. Thank you for your great work!