PHPackages                             deepsoumya/apipass - 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. deepsoumya/apipass

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

deepsoumya/apipass
==================

api token auth. under development

14PHPCI failing

Since Jul 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/soumyadeephalder/Apipass)[ Packagist](https://packagist.org/packages/deepsoumya/apipass)[ RSS](/packages/deepsoumya-apipass/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Deepsoumya\\Apipass
===================

[](#deepsoumyaapipass)

*This is only API Authorization*
--------------------------------

[](#this-is-only-api-authorization)

*Only working on mysql*

Features
--------

[](#features)

- Multiple authentication flow
- No external setup only install and user
- Get full on client table
- Token expiry is also available
- Route to Controllers available client data

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

[](#installation)

Dillinger requires **laravel** v7+ to latest.

Install the dependencies and devDependencies and start the server.

```
composer require deepsoumya/apipass
```

Development
-----------

[](#development)

First Step: *create Authorization token*

```
use Deepsoumya\Apipass\ManageToken; // import (note: Places use auto import)

ManageToken::Create(, , ); // After Login Or Register
```

Second Step:

```
Route::resource('Route name', UserController::class)->middleware(['apipass:']);
```

Third Step:

```
 public function index(Request $request)
    {
        return  $request->userData; // object
    }
```

License
-------

[](#license)

*MIT License*

> *Copyright (c) 2022 Soumyadeep Halder*

> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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://www.gravatar.com/avatar/4d626f11e93ea8ec23de7f7fe8d5fb900410b098ed607102725c81601d955b5b?d=identicon)[deepsoumya](/maintainers/deepsoumya)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/deepsoumya-apipass/health.svg)

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

###  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)
