PHPackages                             sadique/privilege - 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. sadique/privilege

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

sadique/privilege
=================

Dynamically pages give to other user.

v1.0(5y ago)113MITBlade

Since Jan 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mohammadsadique/privilege-package)[ Packagist](https://packagist.org/packages/sadique/privilege)[ RSS](/packages/sadique-privilege/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Privilege or Role Assign package
================================

[](#privilege-or-role-assign-package)

[![Issues](https://camo.githubusercontent.com/a690771163e060abe85c0071552790b4711a894ae5cc4b90fa38defd3700487d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d6f68616d6d6164736164697175652f70726976696c6567652d7061636b6167653f7374796c653d666c61742d737175617265)](https://github.com/mohammadsadique/privilege-package/issues)[![Stars](https://camo.githubusercontent.com/9aad77314e2655d80d226cc765fb6dc5b7403aa90b6c53b829c56fd24404aa4e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d6f68616d6d6164736164697175652f70726976696c6567652d7061636b6167653f7374796c653d666c61742d737175617265)](https://github.com/mohammadsadique/privilege-package/stargazers)

Dynamically pages give to other user.
-------------------------------------

[](#dynamically-pages-give-to-other-user)

Install Package :

#### composer require sadique/privilege

[](#composer-require-sadiqueprivilege)

Run Migrate :

#### php artisan migrate

[](#php-artisan-migrate)

Publish blade page to your views folder (Go to resources/views/privilege/all blade pages)

#### php artisan vendor:publish

[](#php-artisan-vendorpublish)

Note:- Please make `logins` table

```
    Schema::create('logins', function (Blueprint $table) {
        $table->id();
        $table->string('name');
        $table->string('email')->unique();
        $table->string('mobile');
        $table->string('privilege_id')->nullable();
        $table->timestamps();
    });

```

URL Route Links
---------------

[](#url-route-links)

1.
2.
3.

Email:
WhatsApp Web [(91) 97705-99354](https://web.whatsapp.com/send?phone=9770599354)
WhatsApp Mobile [(91) 97705-99354](https://api.whatsapp.com/send?phone=9770599354)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1978d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f8e2d12d6f7a843f0313540a3f9e8f4b87d9ffd1f7c786e32270aab2872180c?d=identicon)[Mohammad Sadique](/maintainers/Mohammad%20Sadique)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sadique-privilege/health.svg)

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

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