Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@php-wasm/node-8-0

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@php-wasm/node-8-0

PHP 8.0 WebAssembly binaries for node

Source
npmnpm
Version
3.1.31
Version published
Weekly downloads
53K
10.13%
Maintainers
8
Weekly downloads
 
Created
Source

@php-wasm/node-8-0

PHP 8.0 WebAssembly binaries for Node.js.

This package contains:

  • JSPI and Asyncify variants of PHP 8.0 compiled to WebAssembly
  • intl extension for PHP 8.0
  • xdebug extension for PHP 8.0

Installation

npm install @php-wasm/node-8-0

Usage

import { getPHPLoaderModule, getIntlExtensionPath } from '@php-wasm/node-8-0';

const loaderModule = await getPHPLoaderModule();
const intlPath = await getIntlExtensionPath();
  • @php-wasm/node - Main package (requires version packages)
  • @php-wasm/universal - Universal PHP.wasm bindings

License

GPL-2.0-or-later

FAQs

Package last updated on 14 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts