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
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 Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
A framework for serving GraphQL from Laravel
A simple way of authenticating your RESTful APIs with API keys using Laravel
Principalele funcționalități ale chrisbjr/api-guard sunt: API Development.
Alternativele open-source pentru chrisbjr/api-guard includ: barryvdh/laravel-cors — laravel-cors is a middleware package for Laravel applications that manages Cross-Origin Resource Sharing. It functions… dingo/api — This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a… flugger/laravel-responder — A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy. 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.