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
chrisbjr avatar

chrisbjr/api-guard

0
View on GitHub↗
694 stars·141 forks·PHP·MIT·9 views

Api Guard

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

Features

  • API Development - Authenticates APIs using keys.

Star history

Star history chart for chrisbjr/api-guardStar history chart for chrisbjr/api-guard

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Api Guard

Similar open-source projects, ranked by how many features they share with Api Guard.
  • 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
  • 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
  • flugger/laravel-responderflugger avatar

    flugger/laravel-responder

    890View on GitHub↗

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

    PHP
    View on GitHub↗890
  • 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 Api Guard→

Frequently asked questions

What does chrisbjr/api-guard do?

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

What are the main features of chrisbjr/api-guard?

The main features of chrisbjr/api-guard are: API Development.

What are some open-source alternatives to chrisbjr/api-guard?

Open-source alternatives to chrisbjr/api-guard include: 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.