@barnebys/now-php
v0.0.18-canary.5
Published
PHP ZEIT Now Runtime
Downloads
16
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.