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