PHPackages                             jflepp/picopagefolders - 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. [Templating &amp; Views](/categories/templating)
4. /
5. jflepp/picopagefolders

ActivePico-plugin[Templating &amp; Views](/categories/templating)

jflepp/picopagefolders
======================

Turns every page into a folder. Enables multilanguage support and thumbnail creation

0.0.8(7y ago)276unlicensePHP

Since Nov 21Pushed 7y ago2 watchersCompare

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

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

PicoPageFolders
===============

[](#picopagefolders)

[![Latest Stable Version](https://camo.githubusercontent.com/352bd0ed7ebca6adecd2b3aed07cad19984dec9d43318c90ab29a992624f9e2b/68747470733a2f2f706f7365722e707567782e6f72672f6a666c6570702f7069636f70616765666f6c646572732f762f737461626c65)](https://packagist.org/packages/jflepp/picopagefolders) [![Total Downloads](https://camo.githubusercontent.com/9eb998310ff82e5cff2667333e156a31044aa9bf34cae85e1690f8161e8ab0e7/68747470733a2f2f706f7365722e707567782e6f72672f6a666c6570702f7069636f70616765666f6c646572732f646f776e6c6f616473)](https://packagist.org/packages/jflepp/picopagefolders)

PicoPageFolders is a plugin for Pico which provides MultiLanguage support. Pages are being separated into folders, the file names are being used as their language.

This plugin features a 100% CodeCoverage (wrappers excluded), separated in Unit and Integration Tests.

Pull Requests are welcome!

### Features

[](#features)

- Organize multiple languages in a folder
- URL rewriting
- Additional twig variables
- Skip loading of not needed pages
- Adjusted Index and 404 pages

### Installation

[](#installation)

Install via composer: `composer require jflepp/picopagefolders`

### Creating multi language pages

[](#creating-multi-language-pages)

```
content
|
|- 404
   |- en.md
   |- de.md
|- index
   |- en.md
   |- de.md
|- sites
   |- articles
      |- Page1
         |- de.md
         |- en.md
Pages:
- index: /
- index-de: /?lang=de
- sites/articles/Page1
- sites/articles/Page1?lang=de

```

### Additional variables

[](#additional-variables)

- `index_page` - current page
- `language` - current language
- `other_languages` - other languages available with links (key-value)

### examples

[](#examples)

*Display other languages*

```
{% for lang,page in other_languages %}
    {{ lang }} - {{ page }}
{% endfor %}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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 ~18 days

Recently: every ~32 days

Total

8

Last Release

2649d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/231846518?v=4)[jflepp](/maintainers/jflepp)[@jflepp](https://github.com/jflepp)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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