Laravel Config Problem: Is It Time for a Revolution?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. laravel-symfony-serializer

    🔧 Laravel + Symfony Serializer. This package provides a bridge between Laravel and Symfony Serializer.

    For example, when trying to cache the configuration of my Laravel Symfony Serializer package, which uses Symfony objects for serialization, the following error occurred:

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. laravel-markdown

    A highly configurable markdown renderer and Blade component for Laravel (by spatie)

    The approach proposed by Spatie and Elliot Derhay in package spatie/laravel-markdown, although it solves the problem of configuration serialization, significantly limits configuration flexibility:

  4. symfony-serializer-for-laravel

    A simple and convenient way to use Symfony Serializer with Laravel

    My search led me to another package Hexium Agency's Symfony Serializer for Laravel which also adds Symfony Serializer support to Laravel.

  5. laravel-cycle-orm-adapter

    🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.

    I use this approach in my wayofdev/laravel-cycle-orm-adapter package. The configuration file can be viewed here: config/cycle.php

  6. Spiral Framework

    High-Performance PHP Framework (by spiral)

    Spiral Framework is a modern PHP framework for developing enterprise applications that supports: high-performance request processing using RoadRunner, an efficient queuing system, Temporal workflows, WebSockets, gRPC and microservice architecture.

  7. grpc

    :electric_plug: RoadRunner GRPC SDK (by roadrunner-php)

    Long-running applications (such as those using RoadRunner) may not get such a significant performance boost from configuration caching, since they already keep the configuration in memory between requests.

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

  • 5 Ways to Optimize Symfony Application Performance

    4 projects | dev.to | 9 Dec 2024
  • Top 12 PHP Frameworks For Web Development in 2024

    13 projects | dev.to | 13 Feb 2024
  • Slim, possívelmente o framework ideal para quem vem do Golang

    14 projects | dev.to | 14 Jan 2023
  • Which PHP Framework Should You Use in 2023?

    6 projects | dev.to | 9 Dec 2022
  • ¿Iniciar a estudiar PHP ?

    6 projects | dev.to | 4 May 2022

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