Working with HelloSign in Symfony

Hellosign logo

I use HelloSign api on current project. They have PHP sdk but haven’t Symfony bundle.

So at first I use their sdk without symfony integration but in this way you not have dependency injection and working with login parameters not so comfortable. Thats why I decided write wrapper for their SDK.

Documentation and HelloSignBundle at Github.