Vercel Bref Save

▲ Vercel bref runtime • brefphp • vercel-bref

Project README

Bref Serverless Runtime for Vercel

The power of Bref Serverless PHP deploy easily to Vercel platform.

Made with ❤️ by @f3l1x (f3l1x.io) • 🐦 @xf3l1x


⚙️ Usage

  1. Setup index.php
phpinfo();
  1. Setup composer.json
{
    "require": {
        "bref/bref": "^1.0.0"
    }
}
  1. Setup vercel.json
{
  "version": 2,
  "builds": [
    { "src": "index.php", "use": "vercel-bref" }
  ]
}
  1. Deploy with vercel

📝 License

Copyright © 2019 f3l1x. This project is MIT licensed.

Open Source Agenda is not affiliated with "Vercel Bref" Project. README Source: juicyfx/vercel-bref
Stars
27
Open Issues
3
Last Commit
3 weeks ago
Repository
License
MIT
Homepage

Open Source Agenda Badge

Open Source Agenda Rating