sidecar VS Packer

Compare sidecar vs Packer and see what are their differences.

sidecar

Deploy and execute AWS Lambda functions from your Laravel application. (by hammerstonedev)

Packer

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. (by hashicorp)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
sidecar Packer
11 65
779 14,872
0.9% 0.5%
6.5 9.4
about 1 month ago 7 days ago
PHP Go
MIT License GNU General Public License v3.0 or later
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.

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

Packer

Posts with mentions or reviews of Packer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-20.
  • The 2024 Web Hosting Report
    37 projects | dev.to | 20 Feb 2024
    To manage a VM, you can use something as simple as just manual actions over SSH, or can use tools like Ansible, Hashicorp's Packer and Terraform or other automations. For an app where there is minimal load and security/reliability concern, VMs are still a great option that provide a lot of value for the buck
  • Avoiding DevOps tool hell
    9 projects | dev.to | 24 Jul 2023
    Server templating: Using Packer has never been easier to create reusable server configurations in a platform-independent and documented manner.
  • How to create an iso image of a finished system
    1 project | /r/linux4noobs | 19 Jun 2023
    I'll give you hard, but rewarding and easy to modify(once you know what you're doing) way. Packer may be a thing you're looking for.
  • 13.2 ZFS root AMIs in AWS
    1 project | /r/freebsd | 17 May 2023
    It is straightforward to build them with packer (I have built AMIs for 13.0 and 13.1, but 13.2 should be exactly the same). I've been meaning to write a blog post about it for a while, but have not gotten to it yet... In any case, what I am doing is using the EBS Surrogate Builder to start an instance running the official FreeBSD 13.2 image with an extra volume attached and run a script to create a zpool on the extra volume and bootstrap and configure FreeBSD 13.2-RELEASE on it. After that packer takes care of creating an AMI out of that extra volume, so you can use it... If you have any issues, let me know, and maybe I will finally get to writing that blog post...
  • DevOps Tooling Landscape
    12 projects | dev.to | 4 Apr 2023
    HashiCorp Packer is a tool for creating machine images for a variety of platforms, including AWS, Azure, and VMware. It allows you to define machine images as code and supports a wide range of configuration options.
  • auto-provisioning multiple raspberry pi's
    2 projects | /r/selfhosted | 19 Mar 2023
    Packer is a tool that can be used to build machine images. Basically, it takes a base image, runs a series of steps to provision that image, and then burns a new image. In my workplace we use it heavily to build AWS AMIs. But it has an ARM plugin that looks to be very very suitable for building customised Raspberry Pi images (my quick read of the doco there says it can go ahead and write the final image to an SD card for you too).
  • How do hosting companies immediately create vm right after purchasing one?
    2 projects | /r/linux | 5 Mar 2023
  • Packer preseed file seems to not be read
    1 project | /r/hashicorp | 18 Feb 2023
    Seems related to https://github.com/hashicorp/packer/issues/12118 But the workaround discribed in the comments doesn’t seems to work anymore
  • How to create AMI which also copies the user data?
    1 project | /r/aws | 5 Jan 2023
    I'd suggest using a tool like Packer to build a gold image based on your base AMI and all your changes. Then you'll have your own AMI you can launch new instances with.
  • Is migrate for compute engine M4CE suitable for migrating VMs (to GCP) which are part of auto scaling groups in AWS ?
    1 project | /r/googlecloud | 3 Jan 2023
    Your assumption sounds correct. It sounds like you shouldn't focus on migrating specific instances, but instead migrating the template image used for autoscaling into GCP. I tend to prefer Packer for this job, or otherwise recreating the golden image directly on GCP.

What are some alternatives?

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

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

Vagrant - Vagrant is a tool for building and distributing development environments.

bref - Serverless PHP on AWS Lambda

helm - The Kubernetes Package Manager

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

oVirt - oVirt website

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

cloud-init-vmware-guestinfo - A cloud-init datasource for VMware vSphere's GuestInfo interface

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

kubernetes - Production-Grade Container Scheduling and Management

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

QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.