PHPackages                             tokenly/platform-admin - 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. [Admin Panels](/categories/admin)
4. /
5. tokenly/platform-admin

ActiveLibrary[Admin Panels](/categories/admin)

tokenly/platform-admin
======================

A platform administration module for Tokenly services

v4.0.3(8y ago)07.4kAGPL-3.0-onlyPHPPHP &gt;=5.5.0CI failing

Since Sep 23Pushed 5y ago5 watchersCompare

[ Source](https://github.com/tokenly/platform-admin)[ Packagist](https://packagist.org/packages/tokenly/platform-admin)[ RSS](/packages/tokenly-platform-admin/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (27)Used By (0)

A platform administration module for Tokenly services using the Laravel application framework.

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

[](#installation)

- Install with `composer require tokenly/platform-admin`
- Install the Laravel Collective HTML package. Follow the installation instructions at .
- Add `Tokenly\PlatformAdmin\Provider\PlatformAdminServiceProvider::class,` to your list of service providers
- Publish the config with `./artisan vendor:publish --provider="Tokenly\PlatformAdmin\Provider\PlatformAdminServiceProvider"`
- Run the new migrations with `./artisan migrate`
- add `PLATFORM_ADMIN_ENABLED=true` to your `.env` file

Promote an admin
----------------

[](#promote-an-admin)

- make sure these environment variables are set in your `.env` file `PLATFORM_CONTROL_ENABLED=1``PLATFORM_CONTROL_AUTH_USERNAME=myusername``PLATFORM_CONTROL_AUTH_PASSWORD=s3kreTP@$$w0rd`
- set `PLATFORM_CONTROL_PROMOTE_ADMIN_ENABLED=1` in your `.env` file
- visit `https://mysite.com/platform/control/promote-platform-admin?email=leroyjenkins@email.com` to make user leroyjenkins a platform admin
- set `PLATFORM_CONTROL_PROMOTE_ADMIN_ENABLED=0` in your `.env` file

Optional environment vars
-------------------------

[](#optional-environment-vars)

```
PLATFORM_ADMIN_REDIRECT_TO="/home"
PLATFORM_CONSOLE_QUEUE_COMMANDS=true
```

Running console commands
------------------------

[](#running-console-commands)

A few console commands are available to run from the platform admin. To enable application-specific commands to be run from the platform admin, implement the `Tokenly\PlatformAdmin\Console\Contracts\RunsInPlatformAdmin` interface in your command class.

The platform admin supports long-running console commands through the use of a queue. To support long-running console commands, you must:

1. Enable pusher broadcasting.
2. Run a background process that processes the `platform_artisan_command` queue.
3. Set the `PLATFORM_CONSOLE_QUEUE_COMMANDS` environment variable to true.

Usage
-----

[](#usage)

Create or modify a user to have the platformAdmin privilege Visit  to see the admin

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 84.4% 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 ~24 days

Recently: every ~34 days

Total

26

Last Release

2990d ago

Major Versions

v0.6.0 → v1.0.02017-10-12

v1.1.0 → v2.0.02017-10-19

v2.0.1 → v3.0.02018-01-16

v3.0.1 → v4.0.02018-03-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b86e6a54873d5dd61d3682a3be00127af3b7b2b5c53eb070b160e29789d4c0d?d=identicon)[dweller](/maintainers/dweller)

---

Top Contributors

[![deweller](https://avatars.githubusercontent.com/u/51414?v=4)](https://github.com/deweller "deweller (38 commits)")[![cryptonaut420](https://avatars.githubusercontent.com/u/8463048?v=4)](https://github.com/cryptonaut420 "cryptonaut420 (6 commits)")[![SlickTheNick](https://avatars.githubusercontent.com/u/1435056?v=4)](https://github.com/SlickTheNick "SlickTheNick (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tokenly-platform-admin/health.svg)

```
[![Health](https://phpackages.com/badges/tokenly-platform-admin/health.svg)](https://phpackages.com/packages/tokenly-platform-admin)
```

###  Alternatives

[kiwicommerce/module-cron-scheduler

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

74608.2k](/packages/kiwicommerce-module-cron-scheduler)[loevgaard/sylius-brand-plugin

A Sylius plugin for handling brands

29159.6k3](/packages/loevgaard-sylius-brand-plugin)[dog-ears/crud-d-scaffold

Extend Laravel 7's generators scaffold.

183.1k](/packages/dog-ears-crud-d-scaffold)

PHPackages © 2026

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