PHPackages                             phlo/tech - 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. phlo/tech

ActiveFramework[Framework](/categories/framework)

phlo/tech
=========

Phlo — a compiled PHP framework with threaded runtime on FrankenPHP

v0.9.0(2mo ago)041Apache-2.0PHPPHP &gt;=8.1

Since Feb 20Pushed 2mo agoCompare

[ Source](https://github.com/q-ainl/phlo)[ Packagist](https://packagist.org/packages/phlo/tech)[ Docs](https://phlo.tech)[ RSS](/packages/phlo-tech/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (1)

Phlo
====

[](#phlo)

A programming language and engine built on top of PHP 8+, designed to create compact, clear and performant web apps. Short code, high expressiveness — minimal syntax, no semicolons, compact routes.

Install
-------

[](#install)

```
composer require phlo/tech

```

Requires PHP 8.1+.

What is Phlo?
-------------

[](#what-is-phlo)

A `.phlo` file compiles to a native PHP class. Properties, methods, views, routes, styles and scripts live together in a single file per component. The transpiler generates PHP classes, JavaScript bundles and CSS stylesheets automatically.

```
prop title = 'Welcome'
prop items => ['Alpha', 'Beta', 'Gamma']

method format($item) => strtoupper($item)

route GET home => view($this)

view:
$this->title

    items AS $item>
        {{ $this->format($item) }}

h1: color: $primary
ul {
    list-style: none
    li: padding: 0.5rem
}

```

Guide
-----

[](#guide)

Read the full language reference at **[phlo.tech/guide](https://phlo.tech/guide)** — covering syntax, routing, views, CSS, instance management, deployment and more.

License
-------

[](#license)

Apache-2.0

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance83

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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

88d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/510266?v=4)[phlo](/maintainers/phlo)[@phlo](https://github.com/phlo)

---

Top Contributors

[![q-devnl](https://avatars.githubusercontent.com/u/261672982?v=4)](https://github.com/q-devnl "q-devnl (6 commits)")

---

Tags

phlo

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[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.

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

A simple API extension for DateTime.

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

PHPackages © 2026

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