PHPackages                             jflepp/picofiletime - 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. jflepp/picofiletime

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

jflepp/picofiletime
===================

A plugin for Pico to set the page creation date from the last write of the file

0.0.7(7y ago)150unlicensePHP

Since Nov 22Pushed 7y ago2 watchersCompare

[ Source](https://github.com/jflepp/PicoFileTime)[ Packagist](https://packagist.org/packages/jflepp/picofiletime)[ RSS](/packages/jflepp-picofiletime/feed)WikiDiscussions master Synced 2mo ago

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

PicoFileTime
============

[](#picofiletime)

A pico plugin to take the creation date from the file last write time.

Features 100% test coverage (without wrappers and connectors)

Pull requests welcome!

### Installation

[](#installation)

Install via composer `composer require jflepp/picofiletime`

### Usage in themes

[](#usage-in-themes)

```
{% for page in pages %}
    {{ page.id }} - {{ page.url }} - {{ page.meta.creation_date }}
{% endfor %}
```

```
{{ current_page.meta.creation_date }}
```

### Configuration

[](#configuration)

PicoFileTime provides no additional configuration, but you can use Picos inbuilt configuration to sort pages according to their creation date:

```
pages_order_by_meta: creation_date
pages_order_by: meta
pages_order: desc
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

Every ~2 days

Total

4

Last Release

2720d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jflepp-picofiletime/health.svg)

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

PHPackages © 2026

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