Skip to content

Use Node.js to implement PHP's common built-in functions.

Notifications You must be signed in to change notification settings

tumobi/php-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}')

About

Use Node.js to implement PHP's common built-in functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published