Skip to content

inter-coder/phpjs

 
 

Repository files navigation

php.js

Build Status Gittip donate button Flattr donate button PayPayl donate button BitCoin donate button

php.js is a resource that offers community-built JavaScript alternatives to PHP functions.

More info at: http://phpjs.org/about

Building the site

Prerequisites

The site is built using Octopress. For instructions how to set things up, please check here.

build, generate, commit, push, deploy

make site MSG="Updated site"

preview locally

make site-preview

reset site (should not be necessary)

make site-clean

Testing

Cli

make test
node bin/phpjs.js --action test --name sort
node bin/phpjs.js --action test --category array

Web

PORT=8080 node _tests/server.js

Point your webbrowser to http://localhost:8080

About

php.js implements PHP functions in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.7%
  • HTML 14.3%
  • PHP 3.4%
  • Other 1.6%