Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekristen/node-phpjs
Port of the PHP.js project for use in Node.JS
https://github.com/ekristen/node-phpjs
Last synced: 1 day ago
JSON representation
Port of the PHP.js project for use in Node.JS
- Host: GitHub
- URL: https://github.com/ekristen/node-phpjs
- Owner: ekristen
- License: other
- Created: 2013-02-10T18:17:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-10T18:46:55.000Z (almost 12 years ago)
- Last Synced: 2025-01-11T21:42:42.140Z (6 days ago)
- Language: JavaScript
- Size: 438 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-PHPJS.md
- License: LICENSE
Awesome Lists containing this project
README
php.js is an open source project that brings high-level PHP
functions to low-level JavaScript platforms such as webbrowsers,
AIR, V8 and rhino.If you want to perform high-level operations on these platforms,
you probably need to write JS that combines it's lower-level
functions and build it up until you have something useful like:
md5(), strip_tags(), strtotime(), number_format(), wordwrap().That's what we are doing for you.
More info at:
- [http://phpjs.org/](http://phpjs.org/)
- [http://github.com/kvz/phpjs/wiki/](http://github.com/kvz/phpjs/wiki/)# Building the site
## Octopress
For prerequisites please check [here](http://kvz.io/blog/2012/09/25/blog-with-octopress/)
## build, generate, commit, push, deploy
```shell
make site MSG="Updated site"
```## preview locally
```shell
make site-preview
```## reset site (should not be necessary)
```shell
make site-clean
```