|
|
пре 1 година | |
|---|---|---|
| .. | ||
| .github | пре 1 година | |
| docs | пре 1 година | |
| src | пре 1 година | |
| tests | пре 1 година | |
| CHANGELOG.md | пре 1 година | |
| LICENSE | пре 1 година | |
| README.md | пре 1 година | |
| composer.json | пре 1 година | |
| package.json | пре 1 година | |
| phpunit.xml | пре 1 година | |
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.2 and Node >= 8.
Install it in your project:
composer require zoon/rialto
npm install https://github.com/zoonru/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.