rabin 2d65d43032 edit | há 7 meses atrás | |
---|---|---|
.. | ||
docs | há 7 meses atrás | |
src | há 7 meses atrás | |
tests | há 7 meses atrás | |
.gitignore | há 7 meses atrás | |
.travis.yml | há 7 meses atrás | |
CHANGELOG.md | há 7 meses atrás | |
LICENSE | há 7 meses atrás | |
README.md | há 7 meses atrás | |
composer.json | há 7 meses atrás | |
package.json | há 7 meses atrás | |
phpunit.xml | há 7 meses atrás |
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.