rabin a33a3a201c edit | hai 8 meses | |
---|---|---|
.. | ||
docs | hai 8 meses | |
src | hai 8 meses | |
tests | hai 8 meses | |
.gitignore | hai 8 meses | |
.travis.yml | hai 8 meses | |
CHANGELOG.md | hai 8 meses | |
LICENSE | hai 8 meses | |
README.md | hai 8 meses | |
composer.json | hai 8 meses | |
package.json | hai 8 meses | |
phpunit.xml | hai 8 meses |
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.1 and Node >= 8.
Install it in your project:
composer require nesk/rialto
npm install @nesk/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.