Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
36% | Total: 215 | All time: 8,321 This week: 49 |
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 (4) |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
User Ratings | 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.