PHPackages                             mdsami/larazkteo - 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. [API Development](/categories/api)
4. /
5. mdsami/larazkteo

ActiveProject[API Development](/categories/api)

mdsami/larazkteo
================

Zekteo Integration with Laravel

101PHP

Since Jan 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mdsami/LaraZkteo)[ Packagist](https://packagist.org/packages/mdsami/larazkteo)[ RSS](/packages/mdsami-larazkteo/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

LaraZkteo
=========

[](#larazkteo)

LaraZkteo is Zkteo Biometrics Technology Integration with Laravel

[![Latest Stable Version](https://camo.githubusercontent.com/3291ccacdf60f909cfc8cc41c4d7badca943c0d319a0965a61496b766721a3dc/68747470733a2f2f706f7365722e707567782e6f72672f6d6473616d692f6c617261706179746d2f762f737461626c65)](https://packagist.org/packages/mdsami/larapaytm)[![Total Downloads](https://camo.githubusercontent.com/c7f65cb7634aac9434ed89f5593398f4b21ef85f9a8fa05344e80bb5d15652a4/68747470733a2f2f706f7365722e707567782e6f72672f6d6473616d692f6c617261706179746d2f646f776e6c6f616473)](https://packagist.org/packages/mdsami/larapaytm)[![License](https://camo.githubusercontent.com/b1e507023e3e6932afe7113efb80f8ce80447bcc54a6101e66c4821d939a9d6a/68747470733a2f2f706f7365722e707567782e6f72672f6d6473616d692f6c617261706179746d2f6c6963656e7365)](https://packagist.org/packages/mdsami/larapaytm)

For Laravel 5.6 and above

Introduction
------------

[](#introduction)

Integrate LaraZkteo in your laravel application easily with this package. This package uses Zkteo's php SDK.

License
-------

[](#license)

Laravel ZKteo open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Getting Started
---------------

[](#getting-started)

To get started add the following package to your `composer.json` file using this command.

```
composer require mdsami/LaraZkteo

```

Configuring
-----------

[](#configuring)

**Note: For Laravel 5.5 and above auto-discovery takes care of below configuration.**

When composer installs Laravel ZKteo library successfully, register the `mdsami\LaraPLaraZkteo\LaraZkteoServiceProvider` in your `config/app.php` configuration file.

```
'providers' => [
    // Other service providers...
    mdsami\LaraZkteo\LaraZkteoServiceProvider::class,
],
```

Also, add the `LaraZkteo` facade to the `aliases` array in your `app` configuration file:

```
'aliases' => [
    // Other aliases
    'LaraZkteo' => mdsami\LaraZkteo\Facades\LaraZkteo::class,
],
```

#### Add the paytm credentials to the `.env` file

[](#add-the-paytm-credentials-to-the-env-file)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

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.

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/5880703?v=4)[MD SAMI](/maintainers/mdsami)[@mdsami](https://github.com/mdsami)

---

Top Contributors

[![mdsami](https://avatars.githubusercontent.com/u/5880703?v=4)](https://github.com/mdsami "mdsami (3 commits)")

### Embed Badge

![Health badge](/badges/mdsami-larazkteo/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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