Socket
Book a DemoInstallSign in
Socket

@php-wasm/node-7-4

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@php-wasm/node-7-4

PHP 7.4 WebAssembly binaries for node

latest
Source
npmnpm
Version
3.0.39
Version published
Maintainers
0
Created
Source

@php-wasm/node-7-4

PHP 7.4 WebAssembly binaries for Node.js.

This package contains:

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

Installation

npm install @php-wasm/node-7-4

Usage

import { getPHPLoaderModule, getIntlExtensionPath } from '@php-wasm/node-7-4';

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 07 Jan 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