rabin a33a3a201c edit | 8 months ago | |
---|---|---|
.. | ||
docs | 8 months ago | |
src | 8 months ago | |
tests | 8 months ago | |
.gitignore | 8 months ago | |
.travis.yml | 8 months ago | |
CHANGELOG.md | 8 months ago | |
LICENSE | 8 months ago | |
README.md | 8 months ago | |
composer.json | 8 months ago | |
package.json | 8 months ago | |
phpunit.xml | 8 months ago |
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.