项目作者: juicyfx

项目描述 :
▲ Vercel bref runtime • brefphp • vercel-bref
高级语言: Latte
项目地址: git://github.com/juicyfx/vercel-bref.git
创建时间: 2019-08-17T15:41:32Z
项目社区:https://github.com/juicyfx/vercel-bref

开源协议:MIT License

下载


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
  1. phpinfo();
  1. Setup composer.json
  1. {
  2. "require": {
  3. "bref/bref": "^1.0.0"
  4. }
  5. }
  1. Setup vercel.json
  1. {
  2. "version": 2,
  3. "builds": [
  4. { "src": "index.php", "use": "vercel-bref" }
  5. ]
  6. }
  1. Deploy with vercel

📝 License

Copyright © 2019 f3l1x.
This project is MIT licensed.