UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

10 lines (7 loc) 156 B
phpjs = require('./build/npm'); phpjs.registerGlobals = function() { for(var key in this) { global[key] = this[key]; } }; module.exports = phpjs;