PHPackages                             arendach/vodafone-name - 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. arendach/vodafone-name

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

arendach/vodafone-name
======================

Vodafone get name package

1.0.11(4y ago)0516MITPHPPHP &gt;=7.2

Since Dec 29Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Arendach/vodafone-name)[ Packagist](https://packagist.org/packages/arendach/vodafone-name)[ RSS](/packages/arendach-vodafone-name/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (13)Used By (0)

Vodafone MSISDN detect package
==============================

[](#vodafone-msisdn-detect-package)

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

[](#installation)

###### Install package

[](#install-package)

```
$ composer require arendach/vodafone-name

```

###### Add Service provider to app.providers configs

[](#add-service-provider-to-appproviders-configs)

```
\Arendach\VodafoneName\Providers\NameServiceProvider::class,
```

###### Publish configs

[](#publish-configs)

```
$ php artisan vendor:publish --tag=vodafone-name

```

> Configuration .env file

```
# Middleware
NAME_MIDDLEWARE_HOST=''
NAME_MIDDLEWARE_LOGIN=''
NAME_MIDDLEWARE_PASSWORD=''
NAME_MIDDLEWARE_PROFILE=''
NAME_MIDDLEWARE_CHANNEL=''
# Other
NAME_TESTING_MODE=''
NAME_DEBUG_MODE=''
```

How to use
----------

[](#how-to-use)

```
$nameService = new \Arendach\VodafoneName\Name();

$name = $nameService->search('380666817731'); // return name or null
// or
$nameService->searchAndSave('380666817731'); // return name or null

$nameService->getName(); // name from session
$nameService->getStatus(); // status of search name: -1 | 1
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~23 days

Recently: every ~55 days

Total

12

Last Release

1702d ago

### Community

Maintainers

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

---

Top Contributors

[![Arendach](https://avatars.githubusercontent.com/u/25111143?v=4)](https://github.com/Arendach "Arendach (13 commits)")[![sashapekh](https://avatars.githubusercontent.com/u/7290303?v=4)](https://github.com/sashapekh "sashapekh (1 commits)")

### Embed Badge

![Health badge](/badges/arendach-vodafone-name/health.svg)

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

PHPackages © 2026

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