Back to GitHub trending

swoole/typephp

Compile PHP to Native Binaries

PHP1.4K stars74 forks+188 today
View on GitHubShare on X

What it does

TypePHP is an AOT compiler for PHP that translates PHP code into native machine code, offering significant performance improvements while maintaining familiar syntax. It's particularly useful for developers looking to optimize the execution speed of their PHP applications.

Star history

2026-08-29 → 2026-09-14+585 stars

Tracking

Last trending
2026-08-28

Creator kit

Hook

Revolutionize your PHP application performance with TypePHP, an AOT compiler that compiles PHP to native binaries for massive speedups!

Content angles

  • How TypePHP can be used to optimize the performance of legacy PHP applications
  • A deep dive into the technical aspects of how TypePHP translates PHP code to C++ and then to native machine code
  • Comparing TypePHP with other PHP optimization tools like HHVM or OPcache

Who should care

Developers working on high-performance PHP applications who are looking for ways to optimize execution speed without changing their existing codebase.