php-helper
v1.2.5
Published
Use Node.js to implement PHP's common built-in functions.
Downloads
6
Readme
php-helper
用 Node.js 实现的常用 PHP 函数
安装
npm install --save php-helper
使用
const php = require('php-helper')
const md5 = php.md5('123456')
const jsonObj = php.json_decode('{"name":"your name","age":11}')