bref VS sidecar

Compare bref vs sidecar and see what are their differences.

sidecar

Deploy and execute AWS Lambda functions from your Laravel application. (by hammerstonedev)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
bref sidecar
41 11
2,983 778
0.9% 0.9%
9.4 6.5
8 days ago about 1 month ago
PHP PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bref

Posts with mentions or reviews of bref. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-29.
  • Serverless Symfony Starter - Deploy Symfony to AWS
    2 projects | dev.to | 29 Mar 2024
    I have just released the first working version of a symfony starter project using bref.sh.
  • A bank runs serverless with PHP and AWS Lambda
    2 projects | news.ycombinator.com | 1 Nov 2023
    As you can see on the website (https://bref.sh/) there's 13 billion monthly AWS Lambda invocations using Bref (PHP).
  • Configuring OpenSSL 3 to sign an Apple Passbook?
    2 projects | /r/openssl | 4 Jul 2023
    I have a PHP application (running on Amazon Linux via Bref on Lambda) which has been signing Apple passbooks no problem. I've trying to do various upgrades which includes moving to AWS Linux 2023 which uses OpenSSL 3.
  • Bref + SQS - Runtime.unknown
    2 projects | /r/PHP | 29 Apr 2023
    Your best bet is to post an issue on https://github.com/brefphp/bref
  • Software architecture applied to PHP
    2 projects | /r/PHP | 3 Mar 2023
    multi threading php isnt a burden. laravel with a supervisor + redis + queues works out-of-the-box. you can even run it on lambda (vapor or bref.sh) with almost no hassle.
  • Project advice
    2 projects | /r/PHP | 16 Jan 2023
    To generate resource on AWS, you can use aws-sdk into a lambda. While Node or Python is more widely used, you can use PHP bref.sh and the PHP AWS SDK to achieve the same outcome. You'll want to use serverless framework (https://www.serverless.com) .
  • Ideas for minimum PHP pipeline for a small team
    7 projects | /r/PHP | 30 Dec 2022
    If you’re deploying in AWS and depending on your app I’d highly recommend using https://bref.sh/. When we changed it made our deploy pipeline so much simpler and our AWS bill much cheaper. Plus infrastructure as code is so useful (we don’t have dedicated dev ops in a team of about 20). Things like adding GD, upgrading PHP, or even adding a redis server become 1 (or a few) lines of change which you can PR and test on staging just like other code changes.
  • Is fargate the right choice for my apps?
    2 projects | /r/aws | 27 Dec 2022
    For Lambda, look into https://bref.sh/. For us, running on Lambda was always way cheaper than everything else. However, if you have massive scale that calculation may not hold up.
  • Datadog on AWS Lambda for PHP with Bref
    1 project | /r/PHP | 29 Oct 2022
    There's a lot to unpack here from your question. First off, PHP on Lambda WITHOUT docker is possible. Check out https://bref.sh. It works by providing PHP on Lambda like any other runtime. It also provides a Web Hosting experience for PHP on Lambda for those that want to run PHP-FPM.
  • Laravel Vapor, security information?
    2 projects | /r/laravel | 25 Oct 2022
    Failing that, looks like Bref will be the option in place of Vapor.

sidecar

Posts with mentions or reviews of sidecar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-13.
  • Finish Your Projects
    9 projects | news.ycombinator.com | 13 Jun 2023
    A lot of my day job work is self directed because our managers expect a lot out of us but also leave us alone to do the work (amazing right?) but message received.

    Let's take one not related to software at all! I turned a shed into an office over the course of many months: https://twitter.com/aarondfrancis/status/1333866090573811723. I wanted to give up and burn it down at some points, but I powered through and ended up with the perfect shedquarters!

    I also did a podcast many years ago that was hard for me to produce, but I powered through until I felt like it had reached its natural conclusion: https://www.youtube.com/playlist?list=PLI72dgeNJtzr2Hd6Uscin....

    I created a course teaching college students financial accounting that's made over 100k in the 5 or 6 years it's been live (http://acct229.com). That was a freakin grind that I thought about quitting a lot.

    I also started doing tech YouTube videos recently and each one is a tiny exercise in finishing (and it feels great to ship!): https://www.youtube.com/@aarondfrancis/videos?view=0&sort=p&...

    I wrote and released an open source package called Sidecar (https://github.com/hammerstonedev/sidecar) for managing Lambda functions from Laravel. That led to me speaking at Laracon Online (https://www.youtube.com/watch?v=0Rq-yHAwYjQ) and also to being asked to produce a course for Laracasts (https://youtu.be/0Rq-yHAwYjQ?t=11759). Speaking at the first Laracon led to speaking at the second Laracon Online (https://youtu.be/f4QShF42c6E?t=21744). Both of these led to me being profiled by GitHub's ReadME project at https://github.com/readme/stories/aaron-francis. (The shedquarters is featured here!)

    That interview led to another piece called "Publishing your work increases your luck" at https://github.com/readme/guides/publishing-your-work. I gave a talk on that article at GitHub Universe. That article led to... this article. And here we are!

    Each of these things have 1) felt awesome to release and 2) directly increased my luck, my bank account, or led to the next thing.

    Hope those examples hit home a little harder!

  • What is the best way to run server side JavaScript along with Laravel?
    1 project | /r/laravel | 3 Feb 2023
    I do this, for the same reason as you. PHP is lacking on crypto, crypto exchanges SDKs. So I use javascript SDKs on Lambda, using Sidecar.
  • Can Laravel use workers to execute node processes?
    1 project | /r/laravel | 24 Oct 2022
    You might consider https://github.com/hammerstonedev/sidecar. A lot of people are using it for that exact workflow. The node function is run on AWS Lambda instead of locally though.
  • You Don't Need Microservices
    2 projects | news.ycombinator.com | 27 Jul 2022
    I wrote a library [1] for Laravel that lets you put a kind of "microservice" inside of your monolith.

    It lets you develop, deploy, and execute AWS Lambda functions from your Laravel application.

    The theory here is that sometimes you need some other language/infrastructure beyond what you're comfortable devops-ing yourself, and Lambda is actually quite good at providing you with an entire stack of stuff you don't have to own.

    So if you need a single Node, Python, or Ruby function you can put just that part on Lambda and still call it from Laravel as if it were a native PHP function. No API gateway or anything to muck about with, either.

    Is it a true microservice? Not really, although who knows what that actually means. It does allow you to take advantage of some parts of microservices without the pain though!

    [1] https://github.com/hammerstonedev/sidecar

  • Need Advice. Running Node script from Laravel
    2 projects | /r/laravel | 12 Mar 2022
  • Is there any "easy" way to run python scripts and receive their results in real time with Laravel?
    1 project | /r/laravel | 6 Feb 2022
    if you're ok using AWS to do this, you can use Sidecar. It launches an AWS lambda call and gives back the output from the function
  • Web scraping & automation with Laravel Dusk
    1 project | /r/laravel | 29 Oct 2021
  • Autoscaling Laravel Horizon queues (on AWS?)
    4 projects | /r/laravel | 11 Oct 2021
    Have a look at Laravel Sidecar
  • Sidecar - Add massively scalable serverless functions into Laravel by automating packaging, deployment and execution.
    1 project | /r/laravel | 5 Jul 2021
  • Sidecar: Deploy and execute AWS Lambda functions from Laravel PHP
    1 project | /r/serverless | 18 May 2021

What are some alternatives?

When comparing bref and sidecar you can also consider the following projects:

lambda-debug-proxy - A proxy for piping AWS lambda input payload+context to and returning a response from a local dev environment for debugging.

laravel-bridge - Package to use Laravel on AWS Lambda with Bref

serverless-offline - Emulate AWS λ and API Gateway locally when developing your Serverless project

aws-lambda-swoole-runtime - λ Run PHP Coroutines & Fibers as-a-Service on the AWS Lambda.

docker-lambda - Docker images and test runners that replicate the live AWS Lambda environment

zenbot-sim-runner - A sim run batch aggregator / automator for Zenbot. Eases the process of backtesting and subsequent analysis of results.

Laravel - The Laravel Framework.

laravel-aws-eb - Ready-to-deploy configuration to run Laravel on AWS Elastic Beanstalk.

Lumen - The Laravel Lumen Framework.

laravel-bridge - 🌉 RoadRunner ⇆ Laravel bridge 🇺🇦❤️

PHP-DI - The dependency injection container for humans

Zenbot 3 - Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.