awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
flugger avatar

flugger/laravel-responder

0
View on GitHub↗
890 stars·88 forks·PHP·MIT·3 views

Laravel Responder

A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.

Features

  • API Development - Builds custom API responses.

Star history

Star history chart for flugger/laravel-responderStar history chart for flugger/laravel-responder

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Laravel Responder

Similar open-source projects, ranked by how many features they share with Laravel Responder.
  • barryvdh/laravel-corsbarryvdh avatar

    barryvdh/laravel-cors

    6,240View on GitHub↗

    laravel-cors is a middleware package for Laravel applications that manages Cross-Origin Resource Sharing. It functions as an HTTP security layer that validates request origins and injects the necessary headers into application responses to control how external domains access a backend API. The project provides a configuration-driven policy engine to match incoming request origins and methods against allowed values. This includes support for wildcard origin matching to authorize multiple trusted domains through a single rule and the automatic handling of pre-flight OPTIONS requests. The syste

    PHP
    View on GitHub↗6,240
  • chrisbjr/api-guardchrisbjr avatar

    chrisbjr/api-guard

    694View on GitHub↗

    A simple way of authenticating your RESTful APIs with API keys using Laravel

    PHP
    View on GitHub↗694
  • dingo/apidingo avatar

    dingo/api

    9,355View on GitHub↗

    This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a structured environment for developing web services with integrated routing, request handling, and versioning. The project distinguishes itself through a multi-adapter authentication system that validates identities via various schemes and third-party providers. It features a dedicated response transformation layer to convert raw database models into consistent output structures and an internal dispatcher that allows application logic to trigger API endpoints without external network

    PHP
    View on GitHub↗9,355
  • nuwave/lighthousenuwave avatar

    nuwave/lighthouse

    3,494View on GitHub↗

    A framework for serving GraphQL from Laravel

    PHP
    View on GitHub↗3,494
See all 6 alternatives to Laravel Responder→

Frequently asked questions

What does flugger/laravel-responder do?

A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.

What are the main features of flugger/laravel-responder?

The main features of flugger/laravel-responder are: API Development.

What are some open-source alternatives to flugger/laravel-responder?

Open-source alternatives to flugger/laravel-responder include: barryvdh/laravel-cors — laravel-cors is a middleware package for Laravel applications that manages Cross-Origin Resource Sharing. It functions… chrisbjr/api-guard — A simple way of authenticating your RESTful APIs with API keys using Laravel. dingo/api — This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a… nuwave/lighthouse — A framework for serving GraphQL from Laravel. rebing/graphql-laravel — Laravel wrapper for Facebook's GraphQL. spatie/laravel-fractal — An easy to use Fractal wrapper built for Laravel and Lumen applications.