Gregwar / Captcha

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

add setting the phrase length #32

Closed jifegg closed 7 years ago

jifegg commented 8 years ago

sometime i want to change the phrase length, but do not change the phrase builder.just like this

$builder->setPhraseLen(4); $builder->build();