|
|
1 rok temu | |
|---|---|---|
| .. | ||
| .github | 1 rok temu | |
| docs | 1 rok temu | |
| src | 1 rok temu | |
| tests | 1 rok temu | |
| CHANGELOG.md | 1 rok temu | |
| LICENSE | 1 rok temu | |
| README.md | 1 rok temu | |
| composer.json | 1 rok temu | |
| package.json | 1 rok temu | |
| phpunit.xml | 1 rok temu | |
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.
Rialto requires PHP >= 7.2 and Node >= 8.
Install it in your project:
composer require zoon/rialto
npm install https://github.com/zoonru/rialto
See our tutorial to create your first bridge with Rialto.
An API documentation is also available.
The MIT License (MIT). Please see License File for more information.