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(4mo ago)115MITPHPPHP ^8.4CI passing

Since Dec 27Pushed 4mo 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 1mo ago

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

38

—

LowBetter than 85% of packages

Maintenance74

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

143d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ccc38bd6de9b185bbb40225d94451f81f219de050376b62d5adb61a52079941?d=identicon)[emanate](/maintainers/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

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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