@php-wasm/node-8-5
v3.0.32
Published
PHP 8.5 WebAssembly binaries for node
Keywords
Readme
@php-wasm/node-8-5
PHP 8.5 WebAssembly binaries for Node.js.
This package contains:
- JSPI and Asyncify variants of PHP 8.5 compiled to WebAssembly
- intl extension for PHP 8.5
- xdebug extension for PHP 8.5
Installation
npm install @php-wasm/node-8-5Usage
import { getPHPLoaderModule, getIntlExtensionPath } from '@php-wasm/node-8-5';
const loaderModule = await getPHPLoaderModule();
const intlPath = await getIntlExtensionPath();Related Packages
- @php-wasm/node - Main package (requires version packages)
- @php-wasm/universal - Universal PHP.wasm bindings
License
GPL-2.0-or-later
