Skip to content

Commit 9915308

Browse files
author
Ganesh K Bhat
committed
[COMMIT] [feature] Minor changes to readme. Adding text in readme based on addition of cgijs and phpcgijs.
1 parent 35f4cc5 commit 9915308

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# phpcgijs
22

3-
#### Run php scripts like wordpress, drupal, etc with node and cgi counter parts
3+
#### Run and Execute PHP, JS, Ruby, Python 2, Python 3, ASPX, JSP, and CGI in CGI / Shell mode using node.js npm package / module.
4+
5+
6+
---
7+
8+
##### Run php scripts like wordpress, drupal, etc with node and cgi counter parts. phpcgijs also builds in a `CGIJS` library to run any `CGI` mode / `Interpreted language script` files, or connect to any web application server proxies, or manage processes in the system.
9+
410

511
---
612

7-
With Node PHP Embedded (PHPCGIJS), you can leverage the speed of node.js and run all of the widely available php scripts directly inside your express site. This was originally a fork of http://github.com/mkschreder/node-php and has been modified for making this take dynamic PHP pathing, so that it can run without a PHP distribution installed on a machine and can work with an embedded PHP binary distribution.
13+
With Node PHP Embedded (PHPCGIJS), you can leverage the speed of node.js and run all of the widely available php scripts directly inside your express site.
14+
15+
`PHPCGIJS` was originally a fork of http://github.com/mkschreder/node-php. `PHPCGIJS` was later modified for making this library take dynamic PHP pathing, so that it can run without a PHP (or other interpreted language) distribution installed on a machine. `PHPCGIJS` can work with an embedded PHP binary distribution. `PHPCGIJS` was later added with [`CGIJS`](https://www.npmjs.com/package/cgijs) to make this library comprehensively support most scripting languages long with running any web application behind a proxy using a webserver.
816

917
## Installation
1018

0 commit comments

Comments
 (0)