PHPackages                             gibbs/phile-last-modified - 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. gibbs/phile-last-modified

AbandonedArchivedPhile-plugin[Utility &amp; Helpers](/categories/utility)

gibbs/phile-last-modified
=========================

A simple philecms plugin that returns the Unix timestamp of the page (file)

1.0.2(11y ago)027MITPHP

Since May 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Gibbs/phileLastModified)[ Packagist](https://packagist.org/packages/gibbs/phile-last-modified)[ Docs](http://dangibbs.co.uk/)[ RSS](/packages/gibbs-phile-last-modified/feed)WikiDiscussions master Synced 2d ago

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

PhileLastModified
=================

[](#philelastmodified)

A simple [PhileCMS](https://github.com/PhileCMS/Phile) plugin that returns the Unix timestamp of the page (file). This can be used in combination with your templating engine to format the last modificationdate of your page. Useful for blog posts and wiki entries. For example:

```
Last Updated on Mon 19th May 2014 at 7:49pm

```

This can be output by using the [date](http://twig.sensiolabs.org/doc/filters/date.html) function in Twig. For example:

```
{{ meta.title }}

Last Updated {{ modified|date("D jS M Y \\a\\t g:ia") }}

{{ content }}
```

1. Installation
---------------

[](#1-installation)

**Install via composer**

```
composer require "gibbs/phile-last-modified:1.*"
```

**Install via git**

Clone this repository from the `phile` directory into `plugins/gibbs/phileLastModified`. E.g:

```
git clone git@github.com:Gibbs/phileLastModified.git plugins/gibbs/phileLastModified
```

**Manual Install**

Download and extract the contents into: `plugins/gibbs/phileLastModified`

2. Plugin Activation
--------------------

[](#2-plugin-activation)

Activate the plugin in your `config.php` file:

```
$config['plugins']['gibbs\\phileLastModified'] = array('active' => true);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~21 days

Total

3

Last Release

4328d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/911b7305e88455fc4fa1958a4d97d3f5a3f6b94a451e98b60f22a1d07f61c8a2?d=identicon)[gibbs](/maintainers/gibbs)

---

Top Contributors

[![gibbs](https://avatars.githubusercontent.com/u/1873895?v=4)](https://github.com/gibbs "gibbs (5 commits)")

---

Tags

cmsphileupdatedmodifiedphilecms

### Embed Badge

![Health badge](/badges/gibbs-phile-last-modified/health.svg)

```
[![Health](https://phpackages.com/badges/gibbs-phile-last-modified/health.svg)](https://phpackages.com/packages/gibbs-phile-last-modified)
```

PHPackages © 2026

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