PHPackages                             contentasaurus/node-php-process - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. contentasaurus/node-php-process

ActiveLibrary

contentasaurus/node-php-process
===============================

Provides a standard for handing off processing to node and having node respond with its results.

v2.1.0(9y ago)012511MITPHP

Since Oct 12Pushed 8y ago3 watchersCompare

[ Source](https://github.com/contentasaurus/node-php-process)[ Packagist](https://packagist.org/packages/contentasaurus/node-php-process)[ RSS](/packages/contentasaurus-node-php-process/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (9)DependenciesVersions (16)Used By (1)

node-php-process
================

[](#node-php-process)

Provides a standard for handing off processing to node and having node respond with its results.

In PHP
======

[](#in-php)

```
include 'src/NodePhpProcess.php';

use contentasaurus\NodePhpProcess;

$process = new NodePhpProcess();
$process
	->script_path(__DIR__)
	->content([
		'test' => 'json'
	])
	->run('errors.js')
	->output($output)
	->errors($errors);

// exit(var_dump($errors));
if(!empty($errors)) {
	trigger_error($errors, E_USER_ERROR);
	exit();
}

exit($output);

```

In JS
=====

[](#in-js)

```
const requestProcessor = require('../src/RequestProcessor')

requestProcessor()
.then(data => {
	process.stdout.write(JSON.stringify(data))
})
.catch(err => {
	process.stderr.write(err)
})

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~35 days

Recently: every ~75 days

Total

12

Last Release

3113d ago

Major Versions

v1.0.3 → v2.0.02017-01-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/846a6e41443f6f29229485706ac0fae1d82d87a1751c88d8a150e57e7047a725?d=identicon)[contentasaurus](/maintainers/contentasaurus)

---

Top Contributors

[![jake-a-wood](https://avatars.githubusercontent.com/u/684143?v=4)](https://github.com/jake-a-wood "jake-a-wood (2 commits)")[![joshington25](https://avatars.githubusercontent.com/u/185387369?v=4)](https://github.com/joshington25 "joshington25 (1 commits)")

### Embed Badge

![Health badge](/badges/contentasaurus-node-php-process/health.svg)

```
[![Health](https://phpackages.com/badges/contentasaurus-node-php-process/health.svg)](https://phpackages.com/packages/contentasaurus-node-php-process)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
