Tagged articles

Zephir

6 articles · Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Jun 21, 2026 · Fundamentals

Can Swoole’s TypePHP Revive PHP? Exploring the PHP‑Subset AOT Approach

The article examines why PHP’s evolution is stalled by its C‑based core, reviews the earlier Zephir solution from the Phalcon team, and analyzes Swoole’s TypePHP project, which compiles a PHP subset to native binaries via AOT, highlighting its performance gains, trade‑offs, and potential to rejuvenate the language.

AOT compilationPHPSwoole
0 likes · 7 min read
Can Swoole’s TypePHP Revive PHP? Exploring the PHP‑Subset AOT Approach
Open Source Tech Hub
Open Source Tech Hub
Aug 5, 2024 · Backend Development

Secure Your PHP Code with Zephir: Build a Custom Encryption Extension

Learn how to protect PHP source code by creating a custom Zephir‑based encryption extension, covering repository setup, directory structure, licensing logic, abstract and live modules, compilation steps, php.ini configuration, and testing with example authorization codes.

AuthorizationBackend DevelopmentCode Encryption
0 likes · 9 min read
Secure Your PHP Code with Zephir: Build a Custom Encryption Extension