PHPackages                             attla/name-checker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. attla/name-checker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

attla/name-checker
==================

Social and domain name availability search.

1.3.0(6y ago)0181MITPHPPHP &gt;=5.6

Since Sep 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jco666/name-checker)[ Packagist](https://packagist.org/packages/attla/name-checker)[ Docs](https://github.com/jco666/name-checker)[ RSS](/packages/attla-name-checker/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

name-checker · [![GitHub license](https://camo.githubusercontent.com/891419a00e04aa0e311068fa8a04eec92cab4f7026c76278279bf2a1da50e578/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d6c69676874677265792e737667)](LICENSE) [![Latest Version](https://camo.githubusercontent.com/22c63e95a8043c849aba5fd38b1cffeda964aa6696bcac38a2cb4d14172fed40/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a636f3636362f6e616d652d636865636b65722e737667)](https://github.com/jco666/name-checker/releases) [![Latest Stable Version](https://camo.githubusercontent.com/9bcf8e46d5c16f90c11c6f9a14918e71a35967e1c4d04542f8d31af591a5ac19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6174746c612f6e616d652d636865636b6572)](https://packagist.org/packages/attla/name-checker) [![Total Downloads](https://camo.githubusercontent.com/843238c8fa78e017ada6f55ec6af2c02addd6d9010df5aa37443865137aab313/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6174746c612f6e616d652d636865636b65722e737667)](https://packagist.org/packages/attla/name-checker)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#name-checker-----)

### 📒 Social and domain name availability search.

[](#ledger-social-and-domain-name-availability-search)

#### :squirrel: [Investigate the live demo](https://nchecker.000webhostapp.com/)

[](#squirrel-investigate-the-live-demo)

Installation
------------

[](#installation)

Install the latest version with:

```
composer require attla/name-checker
```

###### If you don't have composer, [learn how to install](https://getcomposer.org/)

[](#if-you-dont-have-composer-learn-how-to-install)

Usage
-----

[](#usage)

```
require_once 'vendor/autoload.php';

use NameChecker\NameChecker;
use NameChecker\Exceptions\NCException;

try{
	$NameChecker = new NameChecker();

	# Social medias names
	echo '';
	echo "My github is available ?\n";
	var_export($NameChecker->github('jco666')->isAvailable());

	echo "\nMy github exist ?\n";
	var_export($NameChecker->isThere());

	# Domain names
	echo "\n\n\nMy domain is available?\n";
	var_export($NameChecker->domain('lsdev.cf')->isAvailable());

	echo "\nMy domain exist ?\n";
	var_export($NameChecker->isThere());
}catch(NCException $e){
	echo $e->getMessage(),
	'',
	$e->error_trace;
}
```

More example usage
------------------

[](#more-example-usage)

- **Call types**

```
# Instantiated Class
$NameChecker = new NameChecker();
var_dump($NameChecker->github('jco666')->isAvailable());

echo '';

# Static call
var_dump(NameChecker::github('jco666')::isAvailable());
```

- **Methods params**

```
# NameChecker::method($type, $value)

# Search by ID
NameChecker::facebook('id', 'jco666')::isAvailable();
# or
NameChecker::facebook('jco666')::isAvailable();

# Search by email,
NameChecker::facebook('email', 'fedhrm@gmail.com')::isAvailable();

# Search by fone
NameChecker::facebook('phone', 'fedhrm@gmail.com')::isAvailable();
```

List of social medias accepted
------------------------------

[](#list-of-social-medias-accepted)

ID / UsernameE-mailPhoneFacebook✓✓✓Instagram✓✗✗Twitter✓✗✗Youtube✓✗✗twitch✓✗✗Vimeo✓✗✗Dailymotion✓✗✗spotify✓✗✗soundcloud✓✗✗Slack✓✗✗Github✓✗✗Bitbucket✓✗✗behance✓✗✗dribbble✓✗✗Flickr✓✗✗Patreon✓✗✗medium✓✗✗Telegram✓✗✗Gravatar✗✓✗MyAnimeList✓✗✗Kitsu✓✗✗Flickr✓✗✗Pastebin✓✗✗Imgur✓✗✗vk✓✗✗reddit✓✗✗steam✓✗✗License
-------

[](#license)

[MIT](LICENSE) © [Nic.](http://ndev.cf)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

2419d ago

PHP version history (2 changes)1.0PHP &gt;=5.6.0

1.1.0PHP &gt;=5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/682727?v=4)[Andre Goncalves](/maintainers/nicolau)[@nicolau](https://github.com/nicolau)

---

Top Contributors

[![nicxlau](https://avatars.githubusercontent.com/u/17990891?v=4)](https://github.com/nicxlau "nicxlau (18 commits)")

---

Tags

phpfacebookinstagramyoutubebitbucketgithubtwittersteamtelegramdomainvimeogravatardailymotiontwitchspotifymediumpatreonsoundclouddribbbledomain-checkerkitsubehancemyanimelistsocial-medias

### Embed Badge

![Health badge](/badges/attla-name-checker/health.svg)

```
[![Health](https://phpackages.com/badges/attla-name-checker/health.svg)](https://phpackages.com/packages/attla-name-checker)
```

###  Alternatives

[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k21.5M69](/packages/hwi-oauth-bundle)[and/oauth

Simple and amazing OAuth library with many providers. Just try it out!

4645.2k2](/packages/and-oauth)[socialconnect/auth

Social Connect Auth Component

568845.4k5](/packages/socialconnect-auth)[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)

PHPackages © 2026

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