Transforming API requests and responses in Laravel 11 - The easy way

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. laravel-purity

    An elegant way to filter and sort queries in Laravel

    In my case, I didn't want to convert GET requests with query parameters to snake_case because some of the parameters needed to stay in camelCase since I use (with no promotion intended) Laravel Purity for filtering. So, when it comes to Eloquent relationships, camelCase is the way to go. The other logic is self-explanatory.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. docker

    Discontinued Docker - the open-source application container engine (by microsoft)

    I'm not using Docker, so I'm not utilizing Laravel Sail. However, if you're using it, simply replace php with sail.

  4. Next.js

    The React Framework

    I've been working on an application using Next.js on the front-end and Laravel on the back-end as a traditional REST API. As you may know, snake_case is the naming convention for variable and function names in PHP, while camelCase is the naming convention in JavaScript. My database tables and columns use snake_case as well, so I stuck to that design.

  5. Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

    I've been working on an application using Next.js on the front-end and Laravel on the back-end as a traditional REST API. As you may know, snake_case is the naming convention for variable and function names in PHP, while camelCase is the naming convention in JavaScript. My database tables and columns use snake_case as well, so I stuck to that design.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Making the case for Laravel as a Next.js alternative

    8 projects | dev.to | 18 Aug 2023
  • Top 10 Backend Frameworks in 2022

    15 projects | dev.to | 22 Oct 2022
  • What technologies for these requirements?

    6 projects | /r/webdev | 26 Mar 2022
  • Build a Command Line TODO App with Goravel Console

    2 projects | dev.to | 30 May 2025
  • Unfiltered - Anonymous Inbox for the Internet

    4 projects | dev.to | 30 May 2025

Did you know that PHP is
the 14th most popular programming language
based on number of references?