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

ActiveLibrary

fearthec/ftc-discord-platform-administration
============================================

Administration backend for the whole FTC Discord platform

0.0.1(7y ago)101MITPHPPHP ^7.1

Since Aug 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/FearTheC/ftc-discord-platform-administration)[ Packagist](https://packagist.org/packages/fearthec/ftc-discord-platform-administration)[ RSS](/packages/fearthec-ftc-discord-platform-administration/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (27)Versions (2)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

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity47

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e61b8073cf505472e6ce5b647d3ea8f0d5a42e83ca336fe5be3029aa9f01df50?d=identicon)[FearTheC](/maintainers/FearTheC)

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[windwalker/framework

The next generation PHP framework.

25639.1k1](/packages/windwalker-framework)[mezzio/mezzio-authentication-oauth2

OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

28483.0k2](/packages/mezzio-mezzio-authentication-oauth2)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)

PHPackages © 2026

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