Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juicyfx/vercel-bref
▲ Vercel bref runtime • brefphp • vercel-bref
https://github.com/juicyfx/vercel-bref
bref brefphp juicyfx lambda php runtime vercel
Last synced: about 2 months ago
JSON representation
▲ Vercel bref runtime • brefphp • vercel-bref
- Host: GitHub
- URL: https://github.com/juicyfx/vercel-bref
- Owner: juicyfx
- License: mit
- Created: 2019-08-17T15:41:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T02:41:25.000Z (8 months ago)
- Last Synced: 2024-10-31T18:51:35.400Z (about 2 months ago)
- Topics: bref, brefphp, juicyfx, lambda, php, runtime, vercel
- Language: Latte
- Homepage: https://f3l1x.io
- Size: 37.5 MB
- Stars: 27
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.