PHPackages                             emanate/kitasa - 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. emanate/kitasa

ActiveLibrary

emanate/kitasa
==============

This is my package kitasa

v1.3(6mo ago)115MITPHPPHP ^8.4CI passing

Since Dec 27Pushed 6mo agoCompare

[ Source](https://github.com/wao1ook/kitasa)[ Packagist](https://packagist.org/packages/emanate/kitasa)[ Docs](https://github.com/emanate/kitasa)[ GitHub Sponsors](https://github.com/emanate)[ RSS](/packages/emanate-kitasa/feed)WikiDiscussions main Synced today

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

Multi-Stage Phone Number Authentication for Laravel Apps
========================================================

[](#multi-stage-phone-number-authentication-for-laravel-apps)

[![Latest Stable Version](https://camo.githubusercontent.com/664b5ed52615f7c5d9aaf1130389a5ac14e32d56dc4656e6c6b41ca09801bbd0/68747470733a2f2f706f7365722e707567782e6f72672f656d616e6174652f6b69746173612f76)](https://packagist.org/packages/emanate/kitasa)[![Total Downloads](https://camo.githubusercontent.com/a9fd7b80850faa4f343a7712f69039bd56626077724507e0c22326fb39de5d6a/68747470733a2f2f706f7365722e707567782e6f72672f656d616e6174652f6b69746173612f646f776e6c6f616473)](https://packagist.org/packages/emanate/kitasa)[![License](https://camo.githubusercontent.com/7b75951e14d540be644268e4e6a7b2a87624982595e986a4ab6dbf2155790047/68747470733a2f2f706f7365722e707567782e6f72672f656d616e6174652f6b69746173612f6c6963656e7365)](https://packagist.org/packages/emanate/kitasa)

This package provides a multi-stage phone number authentication system for Filament panels, including OTP-based password resets.

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

[](#installation)

You can install the package via composer:

```
composer require emanate/kitasa
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="kitasa-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="kitasa-config"
```

This is the contents of the published config file:

```
return [
    'phone_column' => 'phone_number',

    'otp' => [
        'expiry' => 10, // minutes
        'table' => 'kitasa_otps',
    ],
];
```

Optionally, you can publish the translations using

```
php artisan vendor:publish --tag="kitasa-translations"
```

Usage
-----

[](#usage)

To integrate the phone authentication system into your Filament panel, register the `KitasaPlugin` in your panel configuration:

```
use Emanate\Kitasa\KitasaPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            KitasaPlugin::make(),
        ]);
}
```

This will automatically override the default Filament login, password reset request, and password reset pages to use a phone-based, multi-stage flow.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Emanate Software](https://github.com/emanate)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance68

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

189d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/590553?v=4)[emanate](/maintainers/emanate)[@emanate](https://github.com/emanate)

---

Top Contributors

[![JemCdo](https://avatars.githubusercontent.com/u/40404495?v=4)](https://github.com/JemCdo "JemCdo (8 commits)")

---

Tags

laravelemanatekitasa

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/emanate-kitasa/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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