Manage Node resources from PHP

Maintainers

Package info

bitbucket.org/doghouseagency/rialto

pkg:composer/doghouseagency/rialto

Statistics

Installs: 17

Dependents: 1

Suggesters: 0

dev-master 2024-04-24 10:55 UTC

This package is not auto-updated.

Last update: 2026-03-12 18:13:04 UTC


README

PHP Version Composer Version Node Version NPM Version Build Status

A package to manage Node resources from PHP. It can be used to create bridges to interact with Node libraries in PHP, like PuPHPeteer.

It works by creating a Node process and communicates with it through sockets.

Requirements and installation

Rialto requires PHP >= 7.1 and Node >= 8.

Install it in your project:

composer require nigelcunningham/rialto
npm install @nigelcunningham/rialto

Usage

See our tutorial to create your first bridge with Rialto.

An API documentation is also available.

License

The MIT License (MIT). Please see License File for more information.