PHPackages                             mfasanya/php-jsonwhois - 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. mfasanya/php-jsonwhois

ActiveLibrary

mfasanya/php-jsonwhois
======================

A PHP library for the JsonWhois API

2231PHP

Since Jun 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mfasanya/php-jsonwhois)[ Packagist](https://packagist.org/packages/mfasanya/php-jsonwhois)[ RSS](/packages/mfasanya-php-jsonwhois/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

php-jsonwhois
=============

[](#php-jsonwhois)

A PHP Library for the [JsonWhois](http://jsonwhois.com "JsonWhois") API. It gathers social, whois and screenshot data for domains.

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

[](#requirements)

PHP version &gt;= 5.3.0.

Installing
----------

[](#installing)

```
   {
       "require": {
           "mfasanya/php-jsonwhois": "dev-master"
       }
   }
```

Configuring
-----------

[](#configuring)

```
   use JsonWhois\JsonWhois;

   $API = new JsonWhois();

   $API->apiKey("API KEY");
```

Usage
=====

[](#usage)

```
  $whois =  $API->whois('bloom.com');
  $screenshot =  $API->screenshot('bloom.com');
```

And thats it!

License
-------

[](#license)

MIT

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community5

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/b003c257a96e09b3db1e12e4d8d6792417b2a558e3e2a3bce88a73a8ab23f19a?d=identicon)[mfasanya](/maintainers/mfasanya)

### Embed Badge

![Health badge](/badges/mfasanya-php-jsonwhois/health.svg)

```
[![Health](https://phpackages.com/badges/mfasanya-php-jsonwhois/health.svg)](https://phpackages.com/packages/mfasanya-php-jsonwhois)
```

PHPackages © 2026

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