https://github.com/cachewerk/ext-relay
https://github.com/cachewerk/ext-relay
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cachewerk/ext-relay
- Owner: cachewerk
- License: mit
- Created: 2024-09-25T10:03:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T17:54:47.000Z (3 months ago)
- Last Synced: 2025-02-14T18:34:36.834Z (3 months ago)
- Language: M4
- Size: 46.9 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Relay for PIE
This repository is a wrapper to install Relay usung PHP [PIE](https://github.com/php/pie).
Relay does **NOT** support Windows.
## Installation
```
pie install cachewerk/ext-relay
```Or install Relay for a specific PHP version:
```
pie install --with-php-config=/usr/bin/php-config7.4 cachewerk/ext-relay
```