seanmorris / php-forecast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-forecast

Minimal php-wasm example with full DOM interaction in 1.9mb

This repository shows the smallest possible php-wasm implementation that's got the full JS API available in PHP-land.

The included demo uses JS's fetch to pull the forecast.

View it live: https://php-forecast.pages.dev/

Serving locally

Clone the repo:

$ git clone https://github.com/seanmorris/php-forecast.git

Ensure you've got the necesary packages for compression:

$ sudo apt install gzip brotli

The following commands will serve on http://localhost:8887/.

Serve the assets with brotli compression:

$ npm run serve-b

Serve the assets with gzip compression:

$ npm run serve-g

Serve the assets with no compression:

$ npm run serve-u

Serve the assets with any available compression:

$ npm run serve

About


Languages

Language:JavaScript 94.7%Language:HTML 3.2%Language:PHP 2.2%