library intervention-base64-image
imaimai86/intervention-base64-image
- Sunday, October 9, 2016
- by imaimai86
- Repository
- 1 Watchers
- 1 Stars
- 54 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 1700 % Grown
Intervention-Base64Image
Use:
Handle base64 encoded images send to server, (*1)
Use case:
On implementing APIs that accept images in base64encoded format, we have to write the image to filesystem to validate the image (mime type and) and more.
THis library provides an easy method of doing this by extending Intervention\Imag library, (*2)
Dependancy: Intervention/image library
https://github.com/Intervention/image, (*3)