phpv8/v8js
V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine 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
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
- readme: https://github.com/phpv8/v8js · fetched 2026-08-28 · 39a2692dc702
- homepage: http://pecl.php.net/package/v8js · fetched 2026-08-29 · 938a3f9b8c60
- site_page: http://pecl.php.net/package-changelog.php?package=v8js · fetched 2026-08-29 · f90824da26de
- site_page: http://php.net/v8js · fetched 2026-08-29 · b78a9e3db6cf
- site_page: http://pecl.php.net/package-changelog.php?package=v8js&release=2.1.2 · fetched 2026-08-29 · f90824da26de
- site_page: http://pecl.php.net/package-changelog.php?package=v8js&release=2.1.1 · fetched 2026-08-29 · f90824da26de
- site_page: http://pecl.php.net/package-changelog.php?package=v8js&release=2.1.0 · fetched 2026-08-29 · f90824da26de
- site_page: http://pecl.php.net/package-changelog.php?package=v8js&release=2.0.0 · fetched 2026-08-29 · f90824da26de
- site_page: http://pecl.php.net/package-changelog.php?package=v8js&release=1.4.1 · fetched 2026-08-29 · f90824da26de
- site_page: http://pecl.php.net/package-changelog.php?package=v8js&release=1.4.0 · fetched 2026-08-29 · f90824da26de
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| phpv8/v8js | main | 58 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem