gender 0.8.0

Gender Extension


Gender PHP extension is a port of the gender.c program originally written by Joerg Michael. The main purpose is to find out the gender of firstnames. The name dictionary contains >40000 firstnames from 54 countries.

License: BSD 2-clause

Changes

* made name dict to be compiled in
* added Gender::country() for getting string representation of countries
* fixed multiple object usage
* PHP 5.3 and 5.4 compatibility