rabin ef108495d0 edit преди 7 месеца
..
.github ef108495d0 edit преди 7 месеца
docs ef108495d0 edit преди 7 месеца
src ef108495d0 edit преди 7 месеца
tests ef108495d0 edit преди 7 месеца
CHANGELOG.md ef108495d0 edit преди 7 месеца
LICENSE ef108495d0 edit преди 7 месеца
README.md ef108495d0 edit преди 7 месеца
composer.json ef108495d0 edit преди 7 месеца
package.json ef108495d0 edit преди 7 месеца
phpunit.xml ef108495d0 edit преди 7 месеца

README.md

Rialto

PHP Version Composer Version Node Version NPM Version Build Status

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.

Requirements and installation

Rialto requires PHP >= 7.2 and Node >= 8.

Install it in your project:

composer require zoon/rialto
npm install https://github.com/zoonru/rialto

Usage

See our tutorial to create your first bridge with Rialto.

An API documentation is also available.

License

The MIT License (MIT). Please see License File for more information.