Hype is your next-generation scripting language — blazing fast, flexible, and ready for the web. Built on the proven foundations of PHP, Hype powers everything from personal blogs to global web apps with style and speed.
Hype is released under the PHP License v3.01, giving you freedom to explore, modify, and share while giving credit where it’s due.
Dive into Hype with the PHP manual: https://php.net/docs. It's your roadmap to mastering Hype!
Get started fast:
- Windows: Grab Hype binaries from windows.php.net. Extract and run
*.exe— you’re ready to go! - Other OS: Follow the Building Hype from Source steps below.
Take full control and customize your Hype experience.
- Minimal build: autoconf, bison, re2c
- Full build: libxml2, libsqlite3
Ubuntu:
sudo apt install -y pkg-config build-essential autoconf bison re2c libxml2-dev libsqlite3-devFedora:
sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-develmacOS (Homebrew):
brew install autoconf bison re2c libiconv libxml2 sqlitemacOS (MacPorts):
sudo port install autoconf bison re2c libiconv libxml2 sqlite3- Generate configure script:
./buildconf- Configure your build:
# Development (recommended)
./configure --enable-debug
# Production
./configure- Compile Hype:
make -j$(nproc)(Use your CPU cores for maximum speed.)
Run the built-in test suite:
make testRun with multiple cores:
make TEST_PHP_ARGS=-j4 testTest specific directories:
make TESTS=tests/lang/ testMore QA info: qa.php.net
After building and testing:
make installMay require superuser permissions.
Hype comes packed with essential built-in extensions. Explore more via the PHP Extension Community Library (PECL).
Hype thrives with your contributions! Source code: github.com/php/php-src
- Fork, enhance, and submit pull requests.
- Discuss on GitHub or the PHP internals mailing list:
[email protected]. - New features: RFC required.
- Bug fixes: Reference GitHub issues (e.g.,
Fix GH-12345).
Contributor resources:
Hype is powered by PHP. Full list of contributors: PHP credits
Ready to Get Hyper? Jump in and start coding with Hype today! ⚡