Vercel
Bref Serverless Runtime forThe power of Bref Serverless PHP deploy easily to Vercel platform.
Made with
⚙️ Usage
- Setup index.php
phpinfo();
- Setup composer.json
{
"require": {
"bref/bref": "^1.0.0"
}
}
- Setup vercel.json
{
"version": 2,
"builds": [
{ "src": "index.php", "use": "vercel-bref" }
]
}
- Deploy with
vercel