PHPackages                             plumephp/plume - 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. [Framework](/categories/framework)
4. /
5. plumephp/plume

ActiveLibrary[Framework](/categories/framework)

plumephp/plume
==============

A micro framework for PHP.

1.0(9y ago)32.5k2BSD-2-Clause

Since Dec 21Compare

[ Source](https://github.com/plumephp/plume)[ Packagist](https://packagist.org/packages/plumephp/plume)[ RSS](/packages/plumephp-plume/feed)WikiDiscussions Synced today

READMEChangelogDependencies (2)Versions (2)Used By (2)

plume
=====

[](#plume)

Intro
-----

[](#intro)

plume is a micro framework for php.

Feature
-------

[](#feature)

- Pure PHP
- multi environment support
- MVC and customizable view
- Fast implementation API with json data
- simple API to use
- cache with request and db
- exception logs
- performance logs
- unit test
- customizable
- Utils Class

Install and Use
---------------

[](#install-and-use)

See [plume-demo-web](https://github.com/plumephp/plume-demo-web) and [docs](https://github.com/plumephp/docs).

show details
------------

[](#show-details)

index page:

```
require_once __DIR__.'/../vendor/autoload.php';
use Plume\Application;
$app = new Application();
$app->run();

```

change env:

```
$app = new Application(‘test’);
$app = new Application('pro');

```

setting default module or cache:

```
$app['plume.module.default']='example';
$app['plume.cache.request']=true;
$app['plume.cache.db']=true;

```

Depends
-------

[](#depends)

Plume is pure PHP and just have mini dependence on phpunit, mysqli.

Have a good time with plume.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

3478d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/plumephp-plume/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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