How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
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
A simple way of authenticating your RESTful APIs with API keys using Laravel
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
A framework for serving GraphQL from Laravel
A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
The main features of flugger/laravel-responder are: API Development.
Projects with overlapping indexed features 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.