examples icon indicating copy to clipboard operation
examples copied to clipboard

Examples of PHP applications built with Bref

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: Laravel made to work on Lambda. This example is useful to create APIs. Demo URL.
  • queues: Laravel Queues on Lambda.

CI/CD

  • GitHub Actions
  • GitLab CI
  • Bitbucket