fydy-now-php
v0.0.11
Published
PHP Now 2.0 builder for ZEIT Now platform
Downloads
12
Readme
now-php
Create
api/index.php
.<?php phpinfo();
Create
now.json
{ "functions": { "api/index.php": { "runtime": "[email protected]" } } }
Call
now
and see magic.Discover more in documentation at Github repository.