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