PHPackages                             qbonaventure/discord-platform-administration - 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. qbonaventure/discord-platform-administration

ActiveLibrary[Admin Panels](/categories/admin)

qbonaventure/discord-platform-administration
============================================

Administration backend for the whole FTC Discord platform

00PHP

Since Jul 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/QBonaventure/discord-platform-administration)[ Packagist](https://packagist.org/packages/qbonaventure/discord-platform-administration)[ RSS](/packages/qbonaventure-discord-platform-administration/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

zend-expressive
===============

[](#zend-expressive)

[![Build Status](https://camo.githubusercontent.com/1a486306f0a444743158aa25100c48007174d017f78d9a0a0af9250ca77ef53b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7a656e646672616d65776f726b2f7a656e642d657870726573736976652e7376673f6272616e63683d6d6173746572)](https://secure.travis-ci.org/zendframework/zend-expressive)[![Coverage Status](https://camo.githubusercontent.com/498aa048243896cf610651de63b572500dd7c3b173c1ae4f857543c1524b90e6/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a656e646672616d65776f726b2f7a656e642d657870726573736976652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/zendframework/zend-expressive?branch=master)

*Develop PSR-7 middleware applications in minutes!*

zend-expressive builds on [zend-stratigility](https://github.com/zendframework/zend-stratigility)to provide a minimalist PSR-7 middleware framework for PHP, with the following features:

- Routing. Choose your own router; we support:
    - [Aura.Router](https://github.com/auraphp/Aura.Router)
    - [FastRoute](https://github.com/nikic/FastRoute)
    - [zend-router](https://github.com/zendframework/zend-expressive-router)
- DI Containers, via [PSR-11 Container](https://github.com/php-fig/container). Middleware matched via routing is retrieved from the composed container.
- Optionally, templating. We support:
    - [Plates](http://platesphp.com/)
    - [Twig](http://twig.sensiolabs.org/)
    - [ZF2's PhpRenderer](https://github.com/zendframework/zend-view)

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

[](#installation)

We provide two ways to install Expressive, both using [Composer](https://getcomposer.org): via our [skeleton project and installer](https://github.com/zendframework/zend-expressive-skeleton), or manually.

### Using the skeleton + installer

[](#using-the-skeleton--installer)

The simplest way to install and get started is using the skeleton project, which includes installer scripts for choosing a router, dependency injection container, and optionally a template renderer and/or error handler. The skeleton also provides configuration for officially supported dependencies.

To use the skeleton, use Composer's `create-project` command:

```
$ composer create-project zendframework/zend-expressive-skeleton
```

This will prompt you through choosing your dependencies, and then create and install the project in the `` (omitting the `` will create and install in a `zend-expressive-skeleton/` directory).

### Manual Composer installation

[](#manual-composer-installation)

You can install Expressive standalone using Composer:

```
$ composer require zendframework/zend-expressive
```

However, at this point, Expressive is not usable, as you need to supply minimally:

- a router.
- a dependency injection container.

We currently support and provide the following routing integrations:

- [Aura.Router](https://github.com/auraphp/Aura.Router): `composer require zendframework/zend-expressive-aurarouter`
- [FastRoute](https://github.com/nikic/FastRoute): `composer require zendframework/zend-expressive-fastroute`
- [zend-router](https://github.com/zendframework/zend-expressive-router): `composer require zendframework/zend-expressive-zendrouter`

We recommend using a dependency injection container, and typehint against [PSR-11 Container](https://github.com/php-fig/container). We can recommend the following implementations:

- [zend-servicemanager](https://github.com/zendframework/zend-servicemanager): `composer require zendframework/zend-servicemanager`
- [Pimple](https://github.com/silexphp/Pimple) (see [docs](docs/book/features/container/pimple.md) for more details): `composer require zendframework/zend-pimple-config`
- [Aura.Di](https://github.com/auraphp/Aura.Di) (see [docs](docs/book/features/container/aura-di.md) for more details): `composer require zendframework/zend-auradi-config`

Additionally, you may optionally want to install a template renderer implementation, and/or an error handling integration. These are covered in the documentation.

Documentation
-------------

[](#documentation)

Documentation is [in the doc tree](docs/book/), and can be compiled using [mkdocs](http://www.mkdocs.org):

```
$ mkdocs build
```

Additionally, public-facing, browseable documentation is available at

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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/45480d15aa4fe2ab7807f45d1461f66764a06d56cc9404325e93ce5ced0f5e61?d=identicon)[QBonaventure](/maintainers/QBonaventure)

### Embed Badge

![Health badge](/badges/qbonaventure-discord-platform-administration/health.svg)

```
[![Health](https://phpackages.com/badges/qbonaventure-discord-platform-administration/health.svg)](https://phpackages.com/packages/qbonaventure-discord-platform-administration)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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