PHPackages                             bologer/pages - 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. bologer/pages

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bologer/pages
=============

A small utility to build great documentation

0.1(5y ago)111MITPHPPHP ^7.4

Since Sep 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bologer/Pages)[ Packagist](https://packagist.org/packages/bologer/pages)[ RSS](/packages/bologer-pages/feed)WikiDiscussions master Synced 1mo ago

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

Pages
=====

[](#pages)

[![Build Status](https://camo.githubusercontent.com/8a82967906ae9effc8447caedfd3b3f49a043ee77ed5c3b44a4e063ace7de7d9/68747470733a2f2f7472617669732d63692e6f72672f626f6c6f6765722f50616765732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bologer/Pages)[![Total Downloads](https://camo.githubusercontent.com/46035e6fbce83af36d294576daf8a264e1e1f6ff434773b2ebdea2262a411050/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626f6c6f6765722f70616765732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bologer/pages)

Pages is a lightweight PHP utility to build documentation.

You may use CLI utility or require library files in your project.

Run it in console:

```
php vendor/bin/parser.php \
    --docs-dir=/path/to/docs \
    --dist-dir=/path/to/dist \
    --code-highlight-languages=php,javascript \
    --plugins=code

```

Or put it directly in your project:

```
use Bologer\Pages;
use Bologer\Config;

$config = new Config();
$config->docsFolder = __DIR__ . '/docs';
$config->distFolder = __DIR__ . '/dist';
$config->codeHighlightLanguages = ['html', 'php', 'javascript'];
$config->plugins = ['code'];
$pages = new Pages($config);
$pages->build();
```

Installing Pages
----------------

[](#installing-pages)

The recommended way to install Pages is through Composer.

```
composer require bologer/pages

```

Documentation
-------------

[](#documentation)

You can find documentation here - .

By the way, the documentation on that link is built by Pages.

Examples
--------

[](#examples)

- Pages [documentation repository](https://github.com/bologer/bologer.github.com/tree/master/pages)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2064d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/bologer-pages/health.svg)

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

###  Alternatives

[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[wp-hooks/generator

Generates a JSON representation of the WordPress actions and filters in your code

86178.4k3](/packages/wp-hooks-generator)[ecoapm/libyear

A simple measure of software dependency freshness

28302.5k](/packages/ecoapm-libyear)[stepanenko3/nova-cards

A Laravel Nova info cards.

33143.0k](/packages/stepanenko3-nova-cards)[mobizel/markdown-docs-bundle

Explore your markdown documentation files via html web pages

108.6k](/packages/mobizel-markdown-docs-bundle)[benmanu/silverstripe-styleguide

Generates a styleguide for a SilverStripe theme

108.1k1](/packages/benmanu-silverstripe-styleguide)

PHPackages © 2026

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