phpexe
Execute PHP from within Node
Install
Requires PHP installed and available via your environment path.
npm install phpexe
Usage
sample.php
Node usage of sample.php
var php = ; ; var args = 'first parameter' 'second';
Execute PHP from within Node
Requires PHP installed and available via your environment path.
npm install phpexe
sample.php
Node usage of sample.php
var php = ; ; var args = 'first parameter' 'second';
npm i phpexe
0
0.2.2
MIT