6 open-source projects similar to chrisbjr/api-guard, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Api Guard alternative.
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
Laravel wrapper for Facebook's GraphQL
An easy to use Fractal wrapper built for Laravel and Lumen applications