PHPackages                             towoju5/kyc-form - 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. towoju5/kyc-form

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

towoju5/kyc-form
================

a basic package for managing KYC data from customer.

v1.0.1(1y ago)010MITBlade

Since Apr 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/towoju5/Basic-KYC-Form-package-for-laravel)[ Packagist](https://packagist.org/packages/towoju5/kyc-form)[ Docs](https://github.com/towoju5/kyc-form)[ RSS](/packages/towoju5-kyc-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4c32712185631a3fbee330d33a831f2e00d7892cbda2d6864917fe2599128c78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f776f6a75352f6b79632d666f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/towoju5/kyc-form)[![Total Downloads](https://camo.githubusercontent.com/6abf65744fe99e55f8f1700d436994cb71c0843473b26fbe0ff6797d5da5a26c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f776f6a75352f6b79632d666f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/towoju5/kyc-form)[![GitHub Actions](https://github.com/towoju5/kyc-form/actions/workflows/main.yml/badge.svg)](https://github.com/towoju5/kyc-form/actions/workflows/main.yml/badge.svg)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

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

[](#installation)

You can install the package via composer:

```
composer require towoju5/kyc-form
```

Usage
-----

[](#usage)

```
      php artisan vendor:publish --provider="Towoju5\KycForm\KycFormServiceProvider"
      php  artisan migrate

      Route::get('/kyc/create', [KycVerificationController::class,  'create'])->name('kyc.create');
      Route::post('/kyc/store', [KycVerificationController::class,  'store'])->name('kyc.store');
      Route::group(['middleware' => config('kyc-form.middleware')], function () {
            Route::get('/kyc', [KycVerificationController::class, 'index'])->name('kyc.index');
            Route::post('/kyc/approve/{id}', [KycVerificationController::class, 'approve'])->name('kyc.approve');
            Route::delete('/kyc/reject/{id}', [KycVerificationController::class, 'reject'])->name('kyc.reject');
      });
```

### Testing

[](#testing)

```
      To setup middleware for routes. kindly go to config -> kyc-form.php
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [EMMANUEL TOWOJU](https://github.com/towoju5)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance47

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

2

Last Release

399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10d0b6560e7895f8e4b30e120cc5fca9e6a6472ce741a9c54779ba6f1ac6b158?d=identicon)[Towoju5](/maintainers/Towoju5)

---

Top Contributors

[![towoju5](https://avatars.githubusercontent.com/u/40261626?v=4)](https://github.com/towoju5 "towoju5 (16 commits)")

---

Tags

towoju5kyc-form

### Embed Badge

![Health badge](/badges/towoju5-kyc-form/health.svg)

```
[![Health](https://phpackages.com/badges/towoju5-kyc-form/health.svg)](https://phpackages.com/packages/towoju5-kyc-form)
```

###  Alternatives

[hazaveh/verify-domain

Verify Domain Ownership with PHP

238.6k1](/packages/hazaveh-verify-domain)

PHPackages © 2026

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