PHPackages                             slvler/veriphone-validation - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. slvler/veriphone-validation

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

slvler/veriphone-validation
===========================

Phone number validation API for veriphone.io

v2.0.0(1y ago)612MITPHPPHP ^8.2

Since Nov 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/slvler/veriphone-service)[ Packagist](https://packagist.org/packages/slvler/veriphone-validation)[ Docs](https://github.com/slvler/veriphone-service)[ RSS](/packages/slvler-veriphone-validation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

Veriphone Service
=================

[](#veriphone-service)

[![tests](https://github.com/slvler/etherscan-service/actions/workflows/tests.yml/badge.svg)](https://github.com/slvler/etherscan-service/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/c82592c2c73650e094fad11e4743527270c5bbd52912e00f089ec9ebbffe9e84/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736c766c65722f7665726970686f6e652d76616c69646174696f6e2e737667)](https://packagist.org/packages/slvler/veriphone-validation)[![License](https://camo.githubusercontent.com/9dcc3e3e7a21de12da1ee0ceeb8be4845283bf5c4422005b364a4072a3b606b1/68747470733a2f2f706f7365722e707567782e6f72672f736c766c65722f7665726970686f6e652d76616c69646174696f6e2f6c6963656e7365)](https://packagist.org/packages/slvler/veriphone-validation)[![Total Downloads](https://camo.githubusercontent.com/217fe6ff940a8c0f06d1e2ba77764ce9a8ef4a293158929c949db235574d4961/68747470733a2f2f706f7365722e707567782e6f72672f736c766c65722f7665726970686f6e652d76616c69646174696f6e2f646f776e6c6f616473)](https://packagist.org/packages/slvler/veriphone-validation)

An api service for etherscan.io

This package provides a convenient wrapper to the [Veriphone API](https://veriphone.io/docs/v2) for Laravel applications.

Veriphone API is a REST based JSON API. It provides a set of stateless endpoints that any program or web browser can call by sending a standard HTTP request. Veriphone will respond with a standard HTTP response carrying a JSON payload. This documentation describes these endpoints, their input/output parameters and authentication methods.

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

[](#requirements)

- PHP 8.2
- Laravel 9.x | 10.x | 11.x

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

[](#installation)

To install this package tou can use composer:

```
composer require slvler/veriphone-validation
```

Usage
-----

[](#usage)

- First of all we'll add the API key and API Url of the service we're using to our .env file of our project. If you don't have an account yet on veriphone.io, you should create one. Once you have an account you can copy your API key from the dashboard page and put it into you .env file.

```
VERIPHONE_BASE_URL="https://api.veriphone.io/"
VERIPHONE_API_KEY="YOUR-API-KEY"
```

- you should extract the config/veriphone.php file to the config folder.

```
php artisan vendor:publish --tag=veriphone
```

- Abstract's Phone Number Validation and Verification API simply requires your unique API key and the phone number you'd like to check:

```
use Slvler\VeriphoneValidation\Facedes\VeriphoneValidation;
VeriphoneValidation::get('14152007986');
```

- This was a successful request, so the valid phone number and details associated with it are returned below:

```
{
    "status": "success",
    "phone": "+14152007986",
    "phone_valid": true,
    "phone_type": "fixed_line_or_mobile",
    "phone_region": "California",
    "country": "United States",
    "country_code": "US",
    "country_prefix": "1",
    "international_number": "+1 415-200-7986",
    "local_number": "(415) 200-7986",
    "e164": "+14152007986",
    "carrier": ""
}
```

### Testing

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [slvler](https://github.com/slvler)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/slvler/veriphone-service/blob/main/LICENSE.md) for more information.

License
-------

[](#license-1)

The MIT License (MIT). Please see [License File](https://github.com/slvler/veriphone-service/blob/main/LICENSE.md) for more information.

Contributing
------------

[](#contributing)

You're very welcome to contribute. Please see [CONTRIBUTING](https://github.com/slvler/veriphone-service/blob/main/CONTRIBUTING.md) for details.

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance43

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Total

4

Last Release

488d ago

Major Versions

v1.1.1 → v2.0.02025-01-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ab8128832fb3e8a0d513453a903d7c49475f5f89dbf7ec39cf1d0518026b7ea?d=identicon)[slvler](/maintainers/slvler)

---

Top Contributors

[![selviler](https://avatars.githubusercontent.com/u/56368718?v=4)](https://github.com/selviler "selviler (15 commits)")

---

Tags

phplaravelvalidationphoneveriphone

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/slvler-veriphone-validation/health.svg)

```
[![Health](https://phpackages.com/badges/slvler-veriphone-validation/health.svg)](https://phpackages.com/packages/slvler-veriphone-validation)
```

###  Alternatives

[propaganistas/laravel-phone

Adds phone number functionality to Laravel based on Google's libphonenumber API.

3.0k35.7M106](/packages/propaganistas-laravel-phone)[galahad/laravel-addressing

Laravel package providing addressing functionality

70316.6k](/packages/galahad-laravel-addressing)[stuyam/laravel-phone-validator

A phone validator for Laravel using the free Twilio phone lookup service.

2861.3k](/packages/stuyam-laravel-phone-validator)[yorcreative/laravel-argonaut-dto

Argonaut is a lightweight Data Transfer Object (DTO) package for Laravel that supports nested casting, recursive serialization, and validation out of the box. Ideal for service layers, APIs, and clean architecture workflows.

1062.8k1](/packages/yorcreative-laravel-argonaut-dto)[ellisio/laravel-phone

A phone validator for Laravel using the free Twilio phone lookup service.

1130.0k](/packages/ellisio-laravel-phone)

PHPackages © 2026

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