mkopinsky / zxcvbn-php

Realistic PHP password strength estimate library based on Zxcvbn JS
MIT License
23 stars 9 forks source link

mb_ord #10

Open MitchellBarker opened 4 years ago

MitchellBarker commented 4 years ago

Might mention required php version. Had an issue with mb_ord just because I'm still using an older php version. Not a big deal though

mkopinsky commented 4 years ago

composer.json requires "symfony/polyfill-mbstring": ">=1.3.1" which should have provided that function. Did you install via composer? Which PHP version are you using?