![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/@nesk/rialto/ |
# Rialto [](http://php.net/) [](https://packagist.org/packages/nesk/rialto) [](https://nodejs.org/) [](https://www.npmjs.com/package/@nesk/rialto) [](https://travis-ci.org/nesk/rialto) A package to manage Node resources from PHP. It can be used to create bridges to interact with Node libraries in PHP, like [PuPHPeteer](https://github.com/nesk/puphpeteer/). It works by creating a Node process and communicates with it through sockets. ## Requirements and installation Rialto requires PHP >= 7.1 and Node >= 8. Install it in your project: ```shell composer require nesk/rialto npm install @nesk/rialto ``` ## Usage See our tutorial to [create your first bridge with Rialto](docs/tutorial.md). An [API documentation](docs/api.md) is also available. ## License The MIT License (MIT). Please see [License File](LICENSE) for more information.