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