rabin 2d65d43032 edit | 7 ماه پیش | |
---|---|---|
.. | ||
docs | 7 ماه پیش | |
src | 7 ماه پیش | |
tests | 7 ماه پیش | |
.gitignore | 7 ماه پیش | |
.travis.yml | 7 ماه پیش | |
CHANGELOG.md | 7 ماه پیش | |
LICENSE | 7 ماه پیش | |
README.md | 7 ماه پیش | |
composer.json | 7 ماه پیش | |
package.json | 7 ماه پیش | |
phpunit.xml | 7 ماه پیش |
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.