-"What you are doing is just one line to generate the Image with the effects provided"
This is for Symfony integration of Photon-Wrapper. So, photon-wrapper does the job.
-"Also most of the code is added as a single commit which is not in line with the rule which states."
For a bundle, (if its not a huge one) you shouldnt commit each file seperately. Write the code test it and push. Its a simple job. Next commits should be for the features or bug fixes.
I understand that, we shouldnt create packages for Symfony, Laravel or any other frameworks.
anyway, thanks for the comment.
Have a nice day.
edit. Btw, where is $generator = new Generate($imageUrl, $effects); ? Cause I didnt use such an implementation above? =)
RE: PhotonBundle for Symfony