PHPackages                             milon/uposthapon - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. milon/uposthapon

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

milon/uposthapon
================

Simple markdown to html presentation slide converter

1.0.6(10y ago)1421LGPL-3.0

Since May 31Compare

[ Source](https://github.com/milon/uposthapon)[ Packagist](https://packagist.org/packages/milon/uposthapon)[ RSS](/packages/milon-uposthapon/feed)WikiDiscussions Synced today

READMEChangelogDependencies (3)Versions (8)Used By (0)

Uposthapon (উপস্থাপন)
=====================

[](#uposthapon-উপস্থাপন)

Uposthapon is a simple markdown to html presentation converter hugely influenced by [Cleaver](https://github.com/jdan/cleaver). The syntax is almost same, even some resources also used from that package specially stylesheets and javascript.

Online Example
--------------

[](#online-example)

An online example of a presentation slide created with Uposthapon can be found [here](https://milon.github.io/uposthapon).

Requirement
-----------

[](#requirement)

PHP and composer is needed to run Uposthapon.

Installation
------------

[](#installation)

Install via composer

```
composer global require 'milon/uposthapon'

```

Uses
----

[](#uses)

For general purpose use with default stylesheet-

```
uposthapon convert 'filename.md'

```

You could also pass a stylesheet to override default style-

```
uposthapon convert 'filename.md' --style='style.css'

```

Slide Types
-----------

[](#slide-types)

Slides are written in Markdown, and are separated by two dashes (--) surrounded by line breaks.

### Title slide

[](#title-slide)

```
# Uposthapon
## A Simple Markdown to HTML Presentation Converter

```

**h1** and **h2** elements (prefaced with *\#* and *\##* respectively), will automatically include padding to render a title slide.

### Other slides

[](#other-slides)

```
### A list of things

* Item 1
* Item B
* Item gamma

No need for multiple templates!

```

Since slides are written in [Markdown](http://daringfireball.net/projects/markdown/), you can include things like lists, images, and arbitrary HTML.

**h3** tags (prefaced `###`) are automatically given a bottom border to represent a slide title.

Navigation
----------

[](#navigation)

Cleaver supports keyboard navigation for switching between slides. Alternatively, click the control buttons located below the presentation.

To navigate the slideshow:

- **forward**: K, L, UP, RIGHT, PgDn, and Space
- **reverse**: H, J, LEFT, DOWN, PgUp, and Backspace

The toggle fullscreen mode, press the **ENTER** key.

---

License: GNU LGPLv3

Any suggestion or pull request is highly welcomed.

[Nuruzzaman Milon](https://milon.im)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

7

Last Release

3681d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00e844b80719a8c2ed1a3c19a2caac697fdd5443d4109d8388fc75482054f8a1?d=identicon)[milon](/maintainers/milon)

---

Tags

markdownpresentationmarkdown to html presentation

### Embed Badge

![Health badge](/badges/milon-uposthapon/health.svg)

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

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)

PHPackages © 2026

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