PHPackages                             markoftw/account\_verifier - 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. markoftw/account\_verifier

ActiveLibrary

markoftw/account\_verifier
==========================

Account verifier package

544[2 issues](https://github.com/Markoftw/account_verifier/issues)PHP

Since Sep 1Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Markoftw/account_verifier)[ Packagist](https://packagist.org/packages/markoftw/account_verifier)[ RSS](/packages/markoftw-account-verifier/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

*For educational purposes only - some components might be outdated*

Account checker
===============

[](#account-checker)

**Multi website account checker**

*AccountChecker* is a simple tool to check username and email combos for different providers written in PHP.

Features
--------

[](#features)

- Account checker for the following websites:
    - Netflix (finished)
    - Hulu (in progress - mink)
    - Spotify (finished)
    - HBO, HBOGO, HBONOW (planned)
    - Minecraft (finished - todo: purchased game?)
    - Crunchyroll (in progress - mink)
    - DirectTV (planned)
    - PSN (planned)
    - XBox (planned)

Requirements
------------

[](#requirements)

- PHP 5.5+
    - ext/curl
    - ext/json

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

[](#installation)

Installation by composer:

```
composer require markoftw/account_verifier

```

Include vendor
--------------

[](#include-vendor)

Include vendor in your PHP file:

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

```

### Usage examples

[](#usage-examples)

The following example will return an array of the results:

```
use Markoftw\AccountChecker\Netflix as Netflix;

$netflix = new Netflix();
print_r($netflix->check("email", "password")->get());

```

!IMPORTANT! Proxy must be specified before check() is called. Other possible usages are (proxy):

```
$netflix->proxy("127.0.0.1:5555")->check("email", "password")->get();

```

Default proxy type is SOCKS5. If you want to use other proxies specify second argument:

```
$netflix->proxy("127.0.0.1:5555", "HTTP")->check("email", "password")->get();

```

plan details:

```
$netflix->proxy("127.0.0.1:5555")->check("email", "password")->plan()->get();

```

save to file, default filename is results\_*SERVICE*.txt, you can change it by passing an argument to save:

```
$netflix->proxy("127.0.0.1:5555")->check("email", "password")->save()->get();

```

json output:

```
echo $netflix->proxy("127.0.0.1:5555")->check("email", "password")->plan()->save()->json();

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/094d3db1826b62dfdae0fd3615b9c43e249ee1972518d38ca162501f60b24fa9?d=identicon)[markoftw](/maintainers/markoftw)

### Embed Badge

![Health badge](/badges/markoftw-account-verifier/health.svg)

```
[![Health](https://phpackages.com/badges/markoftw-account-verifier/health.svg)](https://phpackages.com/packages/markoftw-account-verifier)
```

PHPackages © 2026

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