PHPackages                             inzamam/selise-block-authorization - 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. inzamam/selise-block-authorization

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

inzamam/selise-block-authorization
==================================

selise blocks authorization system for Laravel, including token management and secure authentication logic.

v0.2.1(1y ago)02MITPHPPHP &gt;=8.1

Since May 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ikshimul/selise-block-authorization)[ Packagist](https://packagist.org/packages/inzamam/selise-block-authorization)[ Docs](https://github.com/ikshimul/selise-block-authorization)[ RSS](/packages/inzamam-selise-block-authorization/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

🛠 Installation
--------------

[](#-installation)

You can install the package via composer:

```
composer require inzamam/selise-block-authorization
```

⚙️ Configuration
----------------

[](#️-configuration)

To publish the config file:

```
php artisan vendor:publish --tag=selise-block-authorization-config
```

This will publish the config file to:

```
config/selise-block-authorization.php

```

### `.env` setting

[](#env-setting)

Setup the environment variables in your .env:

```
BLOCK_API_URL=https://your-api-url.com
BLOCK_API_ORIGIN=https://your-origin.com
BLOCK_USER=your-user
BLOCK_PASSWORD=your-password
BLOCK_CLIENT_ID=your-client-id
BLOCK_API_VERSION=v1
```

🧩 Migrations
------------

[](#-migrations)

To publish the migration for block\_access\_tokens and block\_api\_logs:

```
php artisan vendor:publish --tag=selise-block-authorization-migrations
php artisan migrate
```

Or publish everything (config + migrations) at once:

```
php artisan vendor:publish --tag=selise-block-authorization
php artisan migrate
```

🚀 Usage
-------

[](#-usage)

Use the facade or bound service to retrieve and store access tokens:

```
use SeliseBlockAuthService;

$token = SeliseBlockAuthService::getAccessToken();
echo $token;
```

🧑‍💻 Author
----------

[](#‍-author)

Inzamamul Karim

### 📄 License

[](#-license)

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

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance46

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.7% 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 ~1 days

Total

3

Last Release

408d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35323632?v=4)[Inzamamul Karim](/maintainers/ikshimul)[@ikshimul](https://github.com/ikshimul)

---

Top Contributors

[![inzamam-karim](https://avatars.githubusercontent.com/u/93506364?v=4)](https://github.com/inzamam-karim "inzamam-karim (6 commits)")[![ikshimul](https://avatars.githubusercontent.com/u/35323632?v=4)](https://github.com/ikshimul "ikshimul (1 commits)")

---

Tags

laravelselise\_block\_authorization

### Embed Badge

![Health badge](/badges/inzamam-selise-block-authorization/health.svg)

```
[![Health](https://phpackages.com/badges/inzamam-selise-block-authorization/health.svg)](https://phpackages.com/packages/inzamam-selise-block-authorization)
```

###  Alternatives

[imdhemy/laravel-purchases

The top-notch Laravel receipt validator.

3871.2M4](/packages/imdhemy-laravel-purchases)[martbock/laravel-diceware

Diceware Passphrase Generator for Laravel

3271.1k](/packages/martbock-laravel-diceware)[orchestra/auth

Auth Component for Orchestra Platform

23108.7k3](/packages/orchestra-auth)[ingria/laravel-x509-auth

Laravel 5 Client Certificate auth middleware

375.7k](/packages/ingria-laravel-x509-auth)

PHPackages © 2026

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