rabin ef108495d0 edit | hai 7 meses | |
---|---|---|
.. | ||
docs | hai 7 meses | |
src | hai 7 meses | |
tests | hai 7 meses | |
.travis.yml | hai 7 meses | |
CHANGELOG.md | hai 7 meses | |
LICENSE | hai 7 meses | |
README.md | hai 7 meses | |
composer.json | hai 7 meses | |
package.json | hai 7 meses | |
phpunit.xml | hai 7 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.