Gregwar / Captcha

PHP Captcha library
MIT License
1.73k stars 290 forks source link

How do I set the number of characters generated? #37

Closed imajinyun closed 7 years ago

imajinyun commented 7 years ago

How to set the number of generated verification code characters, such as generating 3 character verification code pictures ?

Gregwar commented 7 years ago

You can call directly the PhraseBuilder::build method with your own arguments, I've added an example of it in the README

imajinyun commented 7 years ago

Thanks!