Registry / async / nesk-rialto

nesk-rialto

JSON →
library1.4.0phppackagistunverified

Manage Node resources from PHP

composer require nesk/rialto
INSTALL
IMPORT
SIG · NESK-RIALTO
N
nesk-rialto
asyncphpv1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AbstractEntryPoint
✓ use Nesk\Rialto\AbstractEntryPoint;

Create an entry point to call Node.js functions from PHP

use Nesk\Rialto\AbstractEntryPoint; class MyEntryPoint extends AbstractEntryPoint { public function __construct() { parent::__construct(__DIR__ . '/node_modules/'); } } $entryPoint = new MyEntryPoint(); $result = $entryPoint->call('someFunction');
Debug
Known issues
gotchaRequires Node.js installed on the server.
fix
Ensure Node.js is available in the system PATH.
affects: >=1.0.0
Upgrade
Version history
1.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
32
OpenAI (training)
1
Resources
nesk-rialto — pip install nesk-rialto · libregistry