PHPackages                             mdsami/cdap-auth - 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. mdsami/cdap-auth

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

mdsami/cdap-auth
================

CDAP login pachages for composer

00PHP

Since Mar 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mdsami/cdap-auth)[ Packagist](https://packagist.org/packages/mdsami/cdap-auth)[ RSS](/packages/mdsami-cdap-auth/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

CDAP-Auth
=========

[](#cdap-auth)

CDAP login composer pachages for Laravel

[![Latest Stable Version](https://camo.githubusercontent.com/f0522b93339848bd6ce03ba0ee270e1d76241d14af0eafab3f9b2ccc8b552742/68747470733a2f2f706f7365722e707567782e6f72672f6d6473616d692f636461702d617574682f762f737461626c65)](https://packagist.org/packages/mdsami/cdap-auth)[![Total Downloads](https://camo.githubusercontent.com/443d2d62b6296e29b17751a886f8dbc8878cbaac6ebc76b1f37a752fb2446e75/68747470733a2f2f706f7365722e707567782e6f72672f6d6473616d692f636461702d617574682f646f776e6c6f616473)](https://packagist.org/packages/mdsami/cdap-auth)[![License](https://camo.githubusercontent.com/be10f29727e4a5a492b6040eb0ae7f9664f357757037c2e7daa86a20aaa7d8b3/68747470733a2f2f706f7365722e707567782e6f72672f6d6473616d692f636461702d617574682f6c6963656e7365)](https://packagist.org/packages/mdsami/cdap-auth)

For Laravel 6 and above

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

[](#introduction)

Integrate CDAP-Auth in your laravel application easily with this package. This package uses cdap-auth 's php SDK.

License
-------

[](#license)

CDAP-Auth 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/cdap-auth

```

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\cdap-auth\LaraZkteoServiceProvider` in your `config/app.php` configuration file.

```
'providers' => [
    // Other service providers...
    mdsami\cdap-auth\CdapAuthServiceProvider::class,
],
```

Also, add the `cdap-auth` facade to the `aliases` array in your `app` configuration file:

```
'aliases' => [
    // Other aliases
    'CdapAuth' => mdsami\cdap-auth\Facades\CdapAuth::class,
],
```

#### Add the cdap-auth credentials to the `.env` file

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

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity27

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://avatars.githubusercontent.com/u/5880703?v=4)[MD SAMI](/maintainers/mdsami)[@mdsami](https://github.com/mdsami)

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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