sokolnikov911 / rialto
Manage Node resources from PHP
Requires
- php: >=7.1
- clue/socket-raw: ^1.2
- psr/log: ^1.0
- symfony/process: ^3.3|^4.0|^5.0|^6.0
Requires (Dev)
- monolog/monolog: ^1.23
- phpunit/phpunit: ^6.5|^7.0
Suggests
- ext-weakref: Required to run all the tests
This package is auto-updated.
Last update: 2024-10-31 00:18:14 UTC
README
As I write these lines, it's been nearly two years since the latest release of Rialto. Despite the enthusiasm around this project, I no longer have the motivation to support its development, mainly because it never really had any use to me. So its time to be honest with you, Rialto is no longer maintained.
If you create a fork and plan to maintain it, let me know and I will link it here.
Rialto
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 nesk/rialto npm install @nesk/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.