Skip to content
@tphp-lang

tphp-lang

TinyPHP语言社区

tphp-lang

PHP → C AOT 编译器 · 写 PHP,编译成原生二进制。零运行时,极致性能。

// hello.php(<?php 可选)
class Main {
    public function main(): void {
        echo "你好,世界!\n";
    }
}
$ tphp hello.php && ./hello
你好,世界!

为什么选 tphp?

  • 🚀 原生性能:数组操作比传统 PHP 快 18-36 倍,方法调用优化至 0ns
  • 📦 单文件部署:编译成一个独立二进制,无需 PHP 运行时
  • 🔧 230+ 内置函数:覆盖字符串、数组、JSON、哈希、文件、日期等常用 API
  • 🖥️ 全平台:Linux / macOS / Windows x86_64 + ARM

仓库

仓库 说明
tphp 核心编译器

链接

📖 文档 · 🚀 快速上手 · 📊 性能 · 🤝 贡献


MIT License

Pinned Loading

  1. .github .github Public

    介绍

Repositories

Showing 10 of 11 repositories
  • MinPHP Public

    强类型 PHP 子集 → 人类可读 C 代码 → 原生可执行文件。

    tphp-lang/MinPHP's past year of commit activity
    PHP 0 Apache-2.0 0 0 0 Updated Sep 13, 2026
  • peb Public

    tphp web

    tphp-lang/peb's past year of commit activity
    C 0 Apache-2.0 0 0 0 Updated Sep 12, 2026
  • vscode-tinyphp Public

    VS Code IDE 插件,为 TinyPHP 语言提供全面的开发体验支持。

    tphp-lang/vscode-tinyphp's past year of commit activity
    TypeScript 1 MIT 0 0 0 Updated Sep 12, 2026
  • tccbin Public

    tcc编译器二进制打包

    tphp-lang/tccbin's past year of commit activity
    Shell 0 0 0 0 Updated Sep 12, 2026
  • xccbin Public
    tphp-lang/xccbin's past year of commit activity
    C++ 0 MIT 0 0 0 Updated Sep 9, 2026
  • translate-php Public
    tphp-lang/translate-php's past year of commit activity
    0 Apache-2.0 0 0 0 Updated Aug 24, 2026
  • workerman Public

    workerman 功能模拟项目,仅做功能模拟。

    tphp-lang/workerman's past year of commit activity
    PHP 0 MIT 0 0 0 Updated Aug 15, 2026
  • TinyPHP Public

    TinyPHP 一个 PHP AOT 编译器。将 PHP 代码转译为人类可读 C 代码,再经行编译。

    tphp-lang/TinyPHP's past year of commit activity
    C 11 MIT 0 1 0 Updated Aug 15, 2026
  • web-site Public

    官方网站

    tphp-lang/web-site's past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Aug 8, 2026
  • tphp-raylib Public

    一个使用 TinyPHP 对接 raylib 游戏库。

    tphp-lang/tphp-raylib's past year of commit activity
    C 1 0 0 0 Updated Aug 5, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…