https://github.com/hydephp/realtime-compiler
HydePHP Realtime Compiler Server
https://github.com/hydephp/realtime-compiler
Last synced: 5 months ago
JSON representation
HydePHP Realtime Compiler Server
- Host: GitHub
- URL: https://github.com/hydephp/realtime-compiler
- Owner: hydephp
- Created: 2022-04-15T12:18:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T10:33:52.000Z (about 1 year ago)
- Last Synced: 2025-04-10T12:43:05.944Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 361 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# HydePHP Realtime Compiler Server
The source code for the HydePHP Realtime Compiler Server package, which is included through [`hyde/hyde`](https://github.com/hydephp/hyde).
The package adds a `php hyde serve` command which exposes a web server on port `8080` which will compile the requested web page on the fly and serve it to the browser.
## Supported Versions
This package is not intended to be used outside the HydePHP framework and offers no guarantees for compatibility with other projects.
The following table shows the supported versions of this package.
| Hyde Version | Version | Supported | Notes |
|:-------------|---------|--------------------|-------------------------|
| 1.x LTS | 3.x LTS | :white_check_mark: | Latest |
| 0.x Beta | 2.x | :x: | End of Life: 2023-12-31 |
| 0.x Alpha | 1.x | :x: | End of Life: 2023-03-01 |
| 0.x Alpha | < 1.0 | :x: | Alpha |