PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP Detect Gender Latin   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Detect Gender Latin
Detect a person gender from the name in Latin text
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 569 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/gender-latin", "type": "library", "description": "Detects gender from person's name in Latin script.", "keywords": ["latin", "latin-gender", "gender-detection"], "homepage": "https://github.com/peterkahl/Gender-Latin", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "email": "peter.kahl@colossalmind.com", "homepage": "https://www.colossalmind.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0", "ext-gender": "*" }, "autoload": { "psr-4": { "peterkahl\\GenderLatin\\": "src/" } } }