cgsmith / zf1-recaptcha-2

Zend Framework 1 integration for Google reCAPTCHA version 2.0
MIT License
9 stars 11 forks source link

Zf1 recaptcha 2 2 #6

Closed joachimjusth closed 8 years ago

joachimjusth commented 8 years ago

This is my PR about your great project.

I fix some issue that my colleague and I found during the implementation of your package. The fix is about some issue when you use Namespacing like you did inside a ZF1 project without Namespace (like a lot of ZF1 project).

I add an example for people want to see how it's possible to implement this package.

I modify the README to add some fix and add more informations to implement (like .ini, etc..)

cgsmith commented 8 years ago

@joachimjusth thank you! The composer.lock file is required as it will tell other developers the exact version that is used.

Other than than, I will merge the PR in once I test the directions locally.

joachimjusth commented 8 years ago

Hi I just commit the composer.lock that I used :)

joachimjusth commented 8 years ago

Hello cgsmith, any news since November?