https://github.com/contributte/vercel-bref
▲ Vercel bref runtime • brefphp • vercel-bref
https://github.com/contributte/vercel-bref
bref brefphp juicyfx lambda php runtime vercel
Last synced: 5 months ago
JSON representation
▲ Vercel bref runtime • brefphp • vercel-bref
- Host: GitHub
- URL: https://github.com/contributte/vercel-bref
- Owner: contributte
- License: mit
- Created: 2019-08-17T15:41:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T02:23:15.000Z (5 months ago)
- Last Synced: 2025-05-04T01:03:49.708Z (5 months ago)
- Topics: bref, brefphp, juicyfx, lambda, php, runtime, vercel
- Language: Latte
- Homepage: https://f3l1x.io
- Size: 37.5 MB
- Stars: 27
- Watchers: 2
- 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.