diff --git a/README.md b/README.md index 8c8d514..4f2c187 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -

Node.js - phplike

+Node.js - phplike +======================= This project's purpose is to implement some useful php function to node.js @@ -7,6 +8,7 @@ Support synchronous exec to prevent node.js too many callback function, it will Phplike can not execute in windows system now, I only have time to support Linux and Mac. * npm: https://npmjs.org/package/phplike +* All version: https://registry.npmjs.org/phplike * Git Source: https://github.com/puritys/nodejs-phplike @@ -18,6 +20,9 @@ Dependency If you install the phplike 2.0 , you will need libcurl package, because phplike support curl in version 2.0. +phplike@2.0.5 support Mac system now. + + Completed PHP Method -------------------------