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)213MITBlade

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 6d 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

1931d 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

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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