Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juicyfx/now-bref

▲ Vercel bref runtime • brefphp • vercel-bref
https://github.com/juicyfx/now-bref

bref brefphp juicyfx lambda php runtime vercel

Last synced: 3 months ago
JSON representation

▲ Vercel bref runtime • brefphp • vercel-bref

Awesome Lists containing this 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

```php
phpinfo();
```

2. Setup composer.json

```json
{
"require": {
"bref/bref": "^1.0.0"
}
}
```

3. Setup vercel.json

```json
{
"version": 2,
"builds": [
{ "src": "index.php", "use": "vercel-bref" }
]
}
```

4. Deploy with `vercel`

## 📝 License

Copyright © 2019 [f3l1x](https://github.com/f3l1x).
This project is [MIT](LICENSE) licensed.