Skip to content

brefphp/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bref example applications

This repository contains examples of serverless PHP applications built with Bref.

Symfony

  • symfony: unmodified (empty) Symfony project. This directory can be used to diff with the other projects to visualize the differences.
  • assets
  • sqs

Laravel

  • laravel: unmodified (empty) Laravel project. This directory can be used to diff with the other projects to visualize the differences.
  • base: Simple Laravel app running on Lambda.
  • queues: Laravel Queues on Lambda.
  • planetscale: Laravel with PlanetScale as the database.

CI/CD