PHPackages                             yama/nodeinphp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. yama/nodeinphp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yama/nodeinphp
==============

A PHP wrapper around Node JS.

0.5(2y ago)016MITPHPPHP ^5.0||^7.0||^8.0

Since Sep 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/yama24/nodeinphp)[ Packagist](https://packagist.org/packages/yama/nodeinphp)[ RSS](/packages/yama-nodeinphp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Node In Php
===========

[](#node-in-php)

The PHP instance of Project-Level Node JS.

This library allows you to install node js on your project making it possible for you to use node js even when it is not installed in the system. Moreover, You can consume the power of node js, npm and npx commands with ease using a php class.

This project is a development of the [THIS](https://github.com/abhishek6262/NodePHP) project

Installation
------------

[](#installation)

NodePHP is available on Packagist and installation via Composer is the recommended way to install NodePHP.

```
composer require yama/nodeinphp

```

Examples
--------

[](#examples)

```
