PHPackages                             evilcorp/genderize - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. evilcorp/genderize

ActiveLibrary

evilcorp/genderize
==================

Laravel 5 extension of gender api.

08PHP

Since Jan 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pepeshark/genderize)[ Packagist](https://packagist.org/packages/evilcorp/genderize)[ RSS](/packages/evilcorp-genderize/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 package for genderize.io API
======================================

[](#laravel-5-package-for-genderizeio-api)

Package for Genderize API

Installing Genderize
--------------------

[](#installing-genderize)

### Step 1: Add the stability

[](#step-1-add-the-stability)

composer.json

```
"minimum-stability": "dev",
"prefer-stable" : true
```

### Step 2: Install Through Composer

[](#step-2-install-through-composer)

```
composer require evilcorp/genderize
```

### Step 3: Add the ServiceProvider to provider

[](#step-3-add-the-serviceprovider-to-provider)

`app/config/app.php`

```
'provider' => [
    ...
    Evilcorp\Genderize\GenderizeServiceProvider::class,
    ...
];
```

### Step 4: Add the Facade to aliases

[](#step-4-add-the-facade-to-aliases)

`app/config/app.php`

```
'aliases' => [
    ...
    'Genderize' => Evilcorp\Genderize\Facade\Genderize::class,
    ...
];
```

Usage
-----

[](#usage)

```
use Genderize;

print  Genderize::getGender('Peter');       // 'male'
print  Genderize::getGender('Victoria');    // 'female'
print  Genderize::getGender('asd');         // 'unknown'
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1a0c8811783c821c9e7692b1bd509bd99878dc88ae7b083306cc3d5f4265edc?d=identicon)[pepeshark](/maintainers/pepeshark)

---

Top Contributors

[![pepeshark](https://avatars.githubusercontent.com/u/8542585?v=4)](https://github.com/pepeshark "pepeshark (12 commits)")

### Embed Badge

![Health badge](/badges/evilcorp-genderize/health.svg)

```
[![Health](https://phpackages.com/badges/evilcorp-genderize/health.svg)](https://phpackages.com/packages/evilcorp-genderize)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
