PHPackages                             tioffs/callphone - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. tioffs/callphone

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

tioffs/callphone
================

Авторизация на сайте с помощью звонка

13PHP

Since Dec 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tioffs/callphone)[ Packagist](https://packagist.org/packages/tioffs/callphone)[ RSS](/packages/tioffs-callphone/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel/Lumen Call Phone - Проверка номера телефона с помощью звонка SMS.RU [![License](https://camo.githubusercontent.com/7ff34f86f92ed854b4f46e32fb4029697f810ea5f12ede2e4b1280852ee7e225/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74696f6666732f63616c6c70686f6e65)](https://github.com/tioffs/callphone/blob/master/LICENSE)
===================================================================================================================================================================================================================================================================================================================================================================

[](#laravellumen-call-phone---проверка-номера-телефона-с-помощью-звонка-smsru-)

[![Downloads](https://camo.githubusercontent.com/d84d3376cf007adacfeef7caced454302fe0d4b814176be964a5ba09e78369bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f74696f6666732f63616c6c70686f6e65)](https://packagist.org/packages/tioffs/callphone)

- [Installation](#Installation)
- [Example](#Example)
- Method
    - [phone](#Get-call-phone)
    - [check](#Check-status)

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

[](#installation)

**Using Composer:**

```
composer require tioffs/callphone

```

**Laravel config app.php**

```
'callphone' => ['api_key' => env('SMSRU_API_KEY', null)]

```

**lumen config app.php**

```
config(['callphone' => ['api_key' => env('SMSRU_API_KEY', null)]);

```

**Registre Service Provider:**

- lumen `$app->register(callphone\CallServiceProvider::class);`
- laravel `config/app.php providers => [callphone\CallServiceProvider::class]`

Example
-------

[](#example)

```
Route::get('/call', function(Illuminate\Http\Request $request, callphone\Call $call){
     $phone = $call->phone($request->phone);
     return response()->json($phone);
});

/** response: **/
{
    "check_status":null,
    "status_code":100,
    "check_id":2222-3333,
    "call_phone":+79095001010,
    "error":null,
    "call_phone_pretty":null
}
```

Method
======

[](#method)

Get call phone
--------------

[](#get-call-phone)

create a new number check, the method will return us the number to call within 5 minutes

```
$phone string = 79095001010;
$call->phone($phone);
```

Check status
------------

[](#check-status)

Method for checking the call status

```
$check_id string = $call->phone("79095001010")->check_id;
$call->check($check_id);
if ($call->check_status === 401) {
    /** the user called the number, the number is confirmed **/
}
```

---

Made with ♥ from the @tioffs

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

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

---

Tags

callfreelaravellumenphonephpverification

### Embed Badge

![Health badge](/badges/tioffs-callphone/health.svg)

```
[![Health](https://phpackages.com/badges/tioffs-callphone/health.svg)](https://phpackages.com/packages/tioffs-callphone)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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