php-extended/php-administrative-gender-interface

A library to specify how genders should be handled


Keywords
php, interface, gender, administrative
License
MIT

Documentation

php-administrative-gender-interface

A library to specify how genders should be handled.

Installation

The installation of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-administrative-gender-interface": "^2"
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Basic Usage

This library is an interface-only library. It represents genders for a given administrative definition of a gender.

For a concrete implementation, see php-extended/php-administrative-gender-object.

License

MIT (See license file).