PHPackages                             hinashiki/fuelphp-maintenance - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hinashiki/fuelphp-maintenance

ActiveFuel-package[Utility &amp; Helpers](/categories/utility)

hinashiki/fuelphp-maintenance
=============================

FuelPHP 1.x Maintenance Package

0.2.0(11y ago)12.6k↓50%1MITPHP

Since Jan 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/hinashiki/fuelphp-maintenance)[ Packagist](https://packagist.org/packages/hinashiki/fuelphp-maintenance)[ Docs](https://github.com/hinashiki/fuelphp-maintenance)[ RSS](/packages/hinashiki-fuelphp-maintenance/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

fuelphp-maintenance
===================

[](#fuelphp-maintenance)

add maintenance mode to FuelPHP.
this is FuelPHP package. if you want to use, please use as package.
How to install :

Basic usage
-----------

[](#basic-usage)

throw as below.

```
throw new \HttpServerMaintenanceException("your maintenance message.");

```

Set maintenance mode
--------------------

[](#set-maintenance-mode)

create fuel/app/config/maintenance.php
please set like this.

```
return array(
  "maintenance_mode" => true
);

```

and insert into Conrtoller::before() as below.

```
MaintenanceMode::check();

```

It's displayed maintenance page forcedly.
if you turn off it, please set maintenance\_mode =&gt; false.

Change maintenance view
-----------------------

[](#change-maintenance-view)

create fuel/app/views/503.php and customize it.

### Change maintenance view file

[](#change-maintenance-view-file)

if you want to change maintenace view file from default(503.php),
please create fuel/app/config/maintenance.php and set like this.

```
return array(
  // defalut = "503"
  "view" => "your_maintenance_view"
);

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

4140d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08bb6fbe3f575f83e7297f7ee09f39b823e19929b7e6db1b71c459d5236f31f6?d=identicon)[hinashiki](/maintainers/hinashiki)

---

Top Contributors

[![hinashiki](https://avatars.githubusercontent.com/u/2562497?v=4)](https://github.com/hinashiki "hinashiki (7 commits)")

### Embed Badge

![Health badge](/badges/hinashiki-fuelphp-maintenance/health.svg)

```
[![Health](https://phpackages.com/badges/hinashiki-fuelphp-maintenance/health.svg)](https://phpackages.com/packages/hinashiki-fuelphp-maintenance)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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