All Projects → juicyfx → vercel-bref

juicyfx / vercel-bref

Licence: MIT license
▲ Vercel bref runtime • brefphp • vercel-bref

Programming Languages

Latte
28 projects
PHP
23972 projects - #3 most used programming language
typescript
32286 projects
Makefile
30231 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vercel-bref

vercel-examples
📦 Example projects using Vercel platform. Using Node.js, PHP and others.
Stars: ✭ 205 (+720%)
Mutual labels:  juicyfx, vercel
amazin
A MERN-stack app for eCommerce platform, Webshop, Web Store. Storybook: https://www.amazin.one/ Alternative: https://ntrix.github.io/amazin-story
Stars: ✭ 27 (+8%)
Mutual labels:  vercel
blog
My personal blog.
Stars: ✭ 13 (-48%)
Mutual labels:  vercel
datasette-publish-vercel
Datasette plugin for publishing data using Vercel
Stars: ✭ 30 (+20%)
Mutual labels:  vercel
vite-node
Vite as Node.js runtime
Stars: ✭ 422 (+1588%)
Mutual labels:  runtime
Aya
your globally distributed waifu storage
Stars: ✭ 32 (+28%)
Mutual labels:  vercel
manuarora.in
🙌🏻 Personal website built using Next.js & TailwindCSS.
Stars: ✭ 53 (+112%)
Mutual labels:  vercel
calculator-bot
Simple Serverless Telegram Bot on vercel.com
Stars: ✭ 44 (+76%)
Mutual labels:  vercel
next-banner
🖼️ Generate Open Graph images for Next.js on build
Stars: ✭ 45 (+80%)
Mutual labels:  vercel
badass-runtime-plugin
Create a custom runtime image of your non-modular application
Stars: ✭ 143 (+472%)
Mutual labels:  runtime
website
My personal website.
Stars: ✭ 29 (+16%)
Mutual labels:  vercel
mkBox
MacApp、PythonPackage、Scripts ..
Stars: ✭ 66 (+164%)
Mutual labels:  runtime
tesseract-ocr-re
Tesseract 4 OCR Runtime Environment - Docker Container
Stars: ✭ 94 (+276%)
Mutual labels:  runtime
webpack-extract-translation-keys
This plugin extracts translation keys for applications requiring runtime translations
Stars: ✭ 35 (+40%)
Mutual labels:  runtime
DotNetJS
Consume C# in JavaScript with comfort: single-file UMD library, auto-generated 2-way bindings and type definitions
Stars: ✭ 551 (+2104%)
Mutual labels:  runtime
orion
Elegant tweak development in pure Swift
Stars: ✭ 149 (+496%)
Mutual labels:  runtime
golden
a benchmark for compile-time and/or runtime Nim 🏆
Stars: ✭ 28 (+12%)
Mutual labels:  runtime
AROS
www.axrt.org
Stars: ✭ 33 (+32%)
Mutual labels:  runtime
simple-developer-portfolio-website
✈️ A simple portfolio for developers to showcase their skills and projects. Blog and tutorial at freeCodeCamp.
Stars: ✭ 265 (+960%)
Mutual labels:  vercel
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (+200%)
Mutual labels:  vercel

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].