Download .zip |
Info | Documentation | View files (4) | Download .zip | Reputation | Support forum (3) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2019-10-11 (5 hours ago) | Not enough user ratings | Total: 188 | All time: 8,345 This week: 330 |
Version | License | PHP version | Categories | |||
gender-latin 1.0.3 | Custom (specified... | 5 | PHP 5, Text processing, Artificial in... |
Detects gender from person's name in Latin script.
Required dependency is PHP extension Gender
.
use peterkahl\GenderLatin\GenderLatin;
$latGen = new GenderLatin;
$latGen->firstName = 'Gaétan';
$latGen->lastName = '';
$latGen->country = 'FR';
echo $latGen->getGender(); # M
This library contains code authored by Pete Warden.
Files |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.