Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brefphp/examples
Examples of PHP applications built with Bref
https://github.com/brefphp/examples
bref laravel php symfony
Last synced: about 7 hours ago
JSON representation
Examples of PHP applications built with Bref
- Host: GitHub
- URL: https://github.com/brefphp/examples
- Owner: brefphp
- Created: 2020-01-05T12:24:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T14:31:20.000Z (3 months ago)
- Last Synced: 2024-11-08T01:39:50.985Z (2 days ago)
- Topics: bref, laravel, php, symfony
- Language: PHP
- Homepage:
- Size: 1.19 MB
- Stars: 103
- Watchers: 8
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Bref example applications
This repository contains examples of serverless PHP applications built with [Bref](https://bref.sh).
## Symfony
- [symfony](Symfony/symfony): unmodified (empty) Symfony project.
This directory can be used to _diff_ with the other projects to visualize the differences.
- [assets](Symfony/assets)
- [sqs](Symfony/sqs)## Laravel
- [laravel](Laravel/laravel): unmodified (empty) Laravel project.
This directory can be used to _diff_ with the other projects to visualize the differences.
- [base](Laravel/base): Simple Laravel app running on Lambda.
- [queues](Laravel/queues): Laravel Queues on Lambda.
- [planetscale](Laravel/planetscale): Laravel with [PlanetScale](https://planetscale.com/) as the database.## CI/CD
- [GitHub Actions](CI/GitHubAction)
- [GitLab CI](CI/GitLab)
- [Bitbucket](CI/Bitbucket)