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