PHPackages                             avvertix/pronto-framework - 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. [Framework](/categories/framework)
4. /
5. avvertix/pronto-framework

AbandonedArchivedLibrary[Framework](/categories/framework)

avvertix/pronto-framework
=========================

The Pronto CMS base Framework.

v0.1.2(10y ago)020GPL-3.0PHPPHP &gt;=5.5.9

Since Mar 14Pushed 9y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (8)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/139fbed736d43940e8fc122a5603e9f7ff19d08fc2416af426106f64122cd7a5/68747470733a2f2f7472617669732d63692e6f72672f61767665727469782f70726f6e746f2d6672616d65776f726b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/avvertix/pronto-framework)

Pronto CMS Framework
====================

[](#pronto-cms-framework)

> **This is a work in progress**

This is the base framework (or better to say collection of services) for the flat-file based [Pronto CMS](https://github.com/avvertix/pronto-cms). This little framework provides Markdown parsing and Content extraction capabilities in the form of [Laravel Lumen](http://lumen.laravel.com/) service providers.

- [Requirements](#requirements)
- [API and Services offered](#api-and-services-offered)
- [What content is understood](#what-content-is-understood)
- [Metadata](#metadata)

Requirements
------------

[](#requirements)

- php 5.5.9+
- php fileinfo extension
- Composer (for managing PHP dependencies)

API and Services offered
------------------------

[](#api-and-services-offered)

*to be described*

**pageview helper**

render a markdown file in a view and returns the composed view

**pageroute helper**

get a link to the specified markdown file

**content\_path helper**

**image\_path helper**

**assets\_path helper**

What content is understood
--------------------------

[](#what-content-is-understood)

The content parser offered in this little framework is capable of understanding markdown files with/with-out front-matter.

Markdown files are forced to have `.md` extension and with UTF-8 character encoding.

If the front matter is set it must start with `---` and end with `---` on their respective lines, like

```
---
Order: 0
PageTitle: Welcome to Pronto
TOCTitle: Welcome
MetaDescription: This is Pronto, the CMS almost "ready".
MetaTags: pronto, cms
---

This is the page **static text**

```

### Metadata

[](#metadata)

Actually some metadata contained in the front-matter section of the Markdown files are used inside the framework:

- **Order** - This is the order that is used in the left rail TOC, the page is left out of the TOC if this is blank
- **PageTitle** - The title used in the HTML title for the page and in search results
- **TOCTitle** (optional) - The title used in the left rail Table of Contents for this page. Use this is the title needs to be different than PageTitle
- **MetaDescription** - The meta description for this page which helps for search
- **MetaTags** - Further tags for this page again for search

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

3707d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d6c28ebb739784366f8f6751e40d630edef88d0ea094dcbc656351a1417c0a2?d=identicon)[avvertix](/maintainers/avvertix)

---

Top Contributors

[![avvertix](https://avatars.githubusercontent.com/u/5672748?v=4)](https://github.com/avvertix "avvertix (24 commits)")

---

Tags

phpframeworkcmspronto

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/avvertix-pronto-framework/health.svg)

```
[![Health](https://phpackages.com/badges/avvertix-pronto-framework/health.svg)](https://phpackages.com/packages/avvertix-pronto-framework)
```

###  Alternatives

[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)

PHPackages © 2026

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