PHPackages                             fawno/face-relations - 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. [API Development](/categories/api)
4. /
5. fawno/face-relations

ActiveLibrary[API Development](/categories/api)

fawno/face-relations
====================

api Face Relations

0.1.0(3mo ago)0681MITPHP

Since Jul 21Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/fawno/FaceRelations)[ Packagist](https://packagist.org/packages/fawno/face-relations)[ RSS](/packages/fawno-face-relations/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (6)Used By (1)

api Face Relations php class
============================

[](#api-face-relations-php-class)

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

[](#installation)

You can install this plugin into your application using [composer](https://getcomposer.org):

```
  composer require fawno/face-relations @stable

```

Usage
-----

[](#usage)

```
  use Fawno\FaceRelations\apiRelations;

  // Check NIF
  $nif = 'S3100015A';
  $result = apiRelations::nif_validation($nif) ? 'Valid' : 'Invalid';

  // Get relations by NIF (CIF)
  var_dump(apiRelations::query(['cif' => 'ESS3100015A']));

  // Get relations by OC
  var_dump(apiRelations::query(['oc' => 'GE0001267']));

  // Get relations by OG
  var_dump(apiRelations::query(['og' => 'A15002920']));

  // Get relations by UT
  var_dump(apiRelations::query(['ut' => 'A15007700']));

  // Get relations by NIF, OC, OG and UT
  var_dump(apiRelations::query(['cif' => 'S3100015A', 'oc' => 'GE0001267', 'og' => 'A15002920', 'ut' => 'A15007701']));
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance79

Regular maintenance activity

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

5

Last Release

113d ago

### Community

Maintainers

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

---

Top Contributors

[![alphp](https://avatars.githubusercontent.com/u/8992091?v=4)](https://github.com/alphp "alphp (5 commits)")

### Embed Badge

![Health badge](/badges/fawno-face-relations/health.svg)

```
[![Health](https://phpackages.com/badges/fawno-face-relations/health.svg)](https://phpackages.com/packages/fawno-face-relations)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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