Ross ROSS = Recommend OSS · open-source software intelligence for agents

phpv8/v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine observed · 2026-08-28

github.com/phpv8/v8js · homepage · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

58/100

  • Activity 78
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5241
  • days_rel: n/a
  • days_push: 136
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1856 stars · 204 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

V8Js is a PHP extension that embeds Google's V8 JavaScript engine into PHP, allowing execution of JavaScript code from PHP scripts. It provides a sandboxed environment with configurable time and memory limits for safely running untrusted JavaScript.

Use cases

  • run javascript from php
  • execute untrusted user javascript in a sandbox
  • render javascript templates server-side in a php app
  • evaluate js expressions inside a php application
  • share business logic between php backend and js
  • sandbox third-party scripts with time and memory limits

When to choose

  • you need to execute javascript within a php application
  • you must run untrusted js safely with resource limits
  • you want node-like module support inside php

When to avoid

  • your stack is not php
  • you need windows support
  • you can use a separate node.js service instead
  • you need the latest v8 features on unsupported platforms

Facets

library · maturity maintenance

interpreter security developer-tools programming-languages developer-tools web-development php cpp v8 javascript-engine php-extension sandbox pecl linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
phpv8/v8jsmain58

For agents

markdown · JSON · MCP: product_card(name="phpv8/v8js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem