PHPackages                             repat/novutec-typosquatting - 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. repat/novutec-typosquatting

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

repat/novutec-typosquatting
===========================

A domain name typo finder to determine typos of a domain name.

1.1.7(6y ago)25.4k↓50%Apache-2.0PHP

Since Feb 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/repat/TypoSquatting)[ Packagist](https://packagist.org/packages/repat/novutec-typosquatting)[ Docs](https://github.com/repat/TypoSquatting/)[ RSS](/packages/repat-novutec-typosquatting/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Novutec Typo Squatting
======================

[](#novutec-typo-squatting)

A domain name typo finder to determine typos of a domain name.

We also provide international keyboard layouts for English, Spanish, Italian, German and more, so you can determine the typos by your language.

At first it creates domain names by an algorithm to determine by each character of the domain name the nearby characters on the keyboard. Afterwards it creates domain names by skipping characters and then it will switch the caracters of the given domain name. Then it will create domain names by another algorithm to determine simultaneously hitted keys. At least we are adding the prefix www and www- to the domain name and estimate similiar characters by a language based mapping.

Copyright (c) 2007 - 2013 Novutec Inc. () Licensed under the Apache License, Version 2.0 (the "License").

Last changes by repat (), see CHANGELOG.

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

[](#installation)

Recommended: `composer require repat/novutec-typosquatting`

Installing from source: `git clone git://github.com/novutec/TypoSquatting.git` or [download the latest release](https://github.com/repat/TypoSquatting/zipball/master)

See Novutec Domain Parser () or [download the latest release](https://github.com/novutec/DomainParser/zipball/master) and install it as well.

Move the source code to your preferred project folder.

Usage
-----

[](#usage)

- Use Typo

```
use Novutec\DomainParser\Parser;
use Novutec\TypoSquatting\Typo;
```

- Create `Typo` object

```
$typo = new Novutec\TypoSquatting\Typo();
```

- Call lookup() method

```
$result = $typo->lookup($domain);
```

- If you don't want to use all filters you may call the respective method to deactivate it

```
$typo->setSwitchingLetters(false);
```

- You may choose different keyboard layouts, to do so you may call the respective method. e.g. en, de, es, fr, it and nl.

```
$typo->setLayout('es');
```

- You may choose 5 different return types. the types are array, object, json, serialize and xml. By default it is object. If you want to change that call the format method before calling the lookup method or provide it to the constructer. If you are not using object and an error occurs, then exceptions will not be trapped within the response and thrown directy.

```
$typo->setFormat('json');
$typo = new Novutec\TypoSquatting\Typo('json');
```

ChangeLog
---------

[](#changelog)

See ChangeLog at

Issues
------

[](#issues)

Please report any issues via

LICENSE and COPYRIGHT
---------------------

[](#license-and-copyright)

Copyright (c) 2007 - 2013 Novutec Inc. ()

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~724 days

Total

2

Last Release

2273d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/405dab243007488e7e7851422e5864a9312aee36058d60f1e6d623232c4d3131?d=identicon)[repat](/maintainers/repat)

---

Top Contributors

[![repat](https://avatars.githubusercontent.com/u/516807?v=4)](https://github.com/repat "repat (2 commits)")

---

Tags

phptypodomaintyposquattingnovutec

### Embed Badge

![Health badge](/badges/repat-novutec-typosquatting/health.svg)

```
[![Health](https://phpackages.com/badges/repat-novutec-typosquatting/health.svg)](https://phpackages.com/packages/repat-novutec-typosquatting)
```

###  Alternatives

[novutec/whoisparser

Lookup domain names, IP addresses and AS numbers by WHOIS.

392.0M1](/packages/novutec-whoisparser)[akh/typograf

Типография текста

1925.3k2](/packages/akh-typograf)

PHPackages © 2026

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