PHPackages                             truetone/peloton - 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. truetone/peloton

ActiveLibrary[Framework](/categories/framework)

truetone/peloton
================

A fast, secure, minimal PHP application for content-focused websites

v0.1.0(8y ago)052GPL 3.0PHP

Since Aug 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/truetone/Peloton)[ Packagist](https://packagist.org/packages/truetone/peloton)[ RSS](/packages/truetone-peloton/feed)WikiDiscussions master Synced 3w ago

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

Peloton
=======

[](#peloton)

Peloton is a minimal web application and templating system.

It uses [Twig for templates](http://twig.sensiolabs.org/) and [Klein for routing](https://github.com/klein/klein.php). What does that mean? Let's talk requests.

Requests
--------

[](#requests)

Let's imagine a web server hosting static HTML pages. Those are just plain text files as I'm sure you know. A browser sends a request to the server. If the server can find a file that matches the request it returns a status code of `200 OK` and sends the contents of the file back. (If the server can't find it, it sends a `404` status code back.)

We're abstracting that transaction a little. The server is configured to send all requests for sites that use this application to `public/index.php`.

Typically `index.php` will be pretty minimal. That's because this app handles requests, compiles templates and returns HTML. Klein handles the routing part. Twig is the template engine.

Thus Peloton is a hybrid between CMS and static site. Templates are compiled on the fly, but we have no database dependencies, making your app faster and more secure. Peloton is designed for sites where the content is the center.

Development
-----------

[](#development)

See [CONTRIBUTING](CONTRIBUTING.md)

History
-------

[](#history)

See [CHANGELOG](CHANGELOG.md)

Credits
-------

[](#credits)

See [AUTHORS](AUTHORS.md)

License
-------

[](#license)

See [LICENSE](LICENSE)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3246d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a6b64cb8c8207388cce2fa442e89a503a288c2580fbbaaeb7c4f714c129e7d3?d=identicon)[thoma127](/maintainers/thoma127)

---

Top Contributors

[![thoma127](https://avatars.githubusercontent.com/u/32373872?v=4)](https://github.com/thoma127 "thoma127 (29 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/truetone-peloton/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19564.8M1.6k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M396](/packages/drupal-core-recommended)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M462](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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