zoon/rialto

Manage Node resources from PHP

Maintainers

Details

github.com/zoonru/rialto

Source

Installs: 42 016

Dependents: 3

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 80

v1.5.3 2024-09-21 01:08 UTC

This package is auto-updated.

Last update: 2024-11-21 01:34:11 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.2 and Node >= 8.

Install it in your project:

composer require zoon/rialto
npm install https://github.com/zoonru/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.