Any suggestions for lighter frameworks than Laravel?

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • leaf

    🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly (by leafsphp)

    LeafPHP is nice. Modular and easy to work with.

  • Spiral Framework

    High-Performance PHP Framework (by spiral)

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • Ubiquity

    Ubiquity framework

  • Slim

    Slim Framework 4 Skeleton Application

    My APIs are in Slim. It's super light and you have all you need: routes and middlewares.

  • Lumen

    The Laravel Lumen Framework.

    There's a note right in project page:

  • mezzio

    PSR-15 Middleware Microframework

    As I haven't seen it mentioned yet, I can reccommend Laminas Mezzio . It's quite small, bigger than slim though (I think). It basically only handles your HTTP Lifecycle and provides a service container. Everything else you can do on your own.

  • framework

    FEAST Framework (by FeastFramework)

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • CakePHP

    CakePHP: The Rapid Development Framework for PHP - Official Repository

    Give https://cakephp.org/ a try. It also is one of the oldest ones out there, so quite mature and stable while being rather lightweight. Serving JSON API seems like a good fit.

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