Compiled extensions and source code of TrueAsync for PHP.
Requires PHP 8.6+. All builds are Thread Safe (ZTS).
Ready-made images with pre-installed TrueAsync extension. Based on official PHP ZTS images.
true-async/php:8.6-zts
PHP 8.6 + TrueAsync 1.0.0
docker pull true-async/php:8.4-zts
Run a script:
docker run --rm -v $(pwd):/app -w /app true-async/php:8.4-zts php script.php
FROM true-async/php:8.4-zts
COPY . /app
WORKDIR /app
CMD ["php", "server.php"]
Releases are signed with GPG keys for authenticity verification. Import the public key:
gpg --keyserver keyserver.ubuntu.com --recv-keys XXXXXXXXXXXXXXXX
Verify the signature of a downloaded file:
gpg --verify true_async-1.0.0-ts-php8.3-x64.zip.asc true_async-1.0.0-ts-php8.3-x64.zip