PHPackages                             tachyon/tachyon - 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. tachyon/tachyon

ActiveLibrary[Framework](/categories/framework)

tachyon/tachyon
===============

REST PHP Micro framework inspired by web.py

3984[1 issues](https://github.com/Mikushi/Tachyon/issues)[2 PRs](https://github.com/Mikushi/Tachyon/pulls)PHP

Since Oct 26Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Tachyon framework for PHP5.3+
=============================

[](#tachyon-framework-for-php53)

Tachyon is a PHP micro framework inspired by [web.py](http://webpy.org) and by the the [MicroPHP](http://microphp.org/) initiative released under the MIT public license.

Features
--------

[](#features)

Tachyon provides just the necessary tools for creating websites in PHP :

- Route handling RegEx style
- Parameters in URI
- Closure as Controller
- Class as Controller
- An optional Controller abstract
- HTTP Caching easiness.
- HTTP Header control.
- PHP 5.3+
- 404 Handler.

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

[](#requirements)

- PHP 5.3&gt;=
- PHPUnit (If you want to run the tests)
- Apache 2+ or Nginx (example Nginx rewrite in examples/nginx.conf)

"Hello World" (PHP &gt;= 5.3)
-----------------------------

[](#hello-world-php--53)

If you are familiar with web.py, this will look like home.

```
require "Tachyon/Application.php"

$urls = array("/(.*)" => function() {
						     echo "Hello World!";
	                     });

$app = new \Tachyon\Application($urls);
$app->run();

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.9% 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.

### Community

Maintainers

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

---

Top Contributors

[![MichelBartz](https://avatars.githubusercontent.com/u/197777?v=4)](https://github.com/MichelBartz "MichelBartz (46 commits)")[![Sirvel](https://avatars.githubusercontent.com/u/13125731?v=4)](https://github.com/Sirvel "Sirvel (3 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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