Skip to content

Commit 74aab00

Browse files
author
Ganesh K Bhat
committed
[COMMIT] [feature] Minor changes to readme and adding cgijs as inbuilt api
1 parent 06e619b commit 74aab00

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
#### Run php scripts like wordpress, drupal, etc with node and cgi counter parts
55
----------------------------------------------------------------------------
66

7-
With Node PHP Embedded, you can leverage the speed of node.js and run all of the widely available php scripts directly inside your express site.
8-
9-
10-
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.
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.
118

129

1310
Installation
@@ -18,11 +15,12 @@ npm install phpcgijs --save
1815
```
1916

2017

21-
2218
Includes CGIJS Library as a dependancy
2319
---------------------------------------
2420

21+
2522
# cgijs
23+
API for cgijs: `require("phpcgijs").cgijs`
2624

2725

2826
#### Usage as `require("phpcgijs").cgijs` inbuilt dependency library APIs
@@ -41,6 +39,10 @@ Includes CGIJS Library as a dependancy
4139
You can view more about `cgijs` at [github.com/cgi-js](https://github.com/cgi-js/cgi-js) or install it directly at [npm cgijs](https://www.npmjs.com/package/cgijs)
4240

4341

42+
# phpcgijs
43+
API for cgi: `require("phpcgijs").cgi`
44+
45+
4446
#### Usage as `require("phpcgijs").cgi` inbuilt dependency library APIs
4547
-------------------------------------------------------------------------
4648

@@ -92,7 +94,6 @@ console.log("Server listening at 9090!");
9294
```
9395

9496

95-
9697
Explanation
9798
-----------
9899

0 commit comments

Comments
 (0)