Libraries tagged by http auth
omaralalwi/laravel-api-helpers
4 Downloads
collection of helpful helper functions for API Requests .
ninedigit/nws4-php
10202 Downloads
NWS4 HMAC Authentication
mithridatem/router
234 Downloads
Lightweight PHP routing library with configurable authorization and controller resolution.
kipchak/middleware-subashi
103 Downloads
A WAF for the Kipchak API Development Kit (ADK)
codecoz/laravel-rest-client
1 Downloads
A powerful, Laravel-friendly REST API client with authentication, logging, caching, and specific API wrappers.
adweingarten/cloudflarephpsdk
48 Downloads
PHP client for interacting with CloudFlare's SDK. CloudFlare is a copyright of CloudFlare, Inc. The authors of this tool has no association with CloudFlare, Inc.
dasprid/helios
987 Downloads
PSR-7 authentication middleware
lelectrolux/laravel-padlock
105 Downloads
Ask for a password, a la http auth
martinmulder/openapi-crowdstrike-falcon-php
154 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
autotix/php-sdk
5 Downloads
Shared PHP core for Autotix framework integrations (Drupal, WordPress, Laravel). Wire format, HTTP client, auth, and utilities — framework-agnostic.
elidrissidev/magento-api2basicauth
21 Downloads
HTTP Basic authentication support for Magento 1.9 and OpenMage's Api2.
wpify/benefit-plus-gateway-sdk
178 Downloads
This is a "swagger" definition of application programming interface of the MúzaPay by Benefit Plus e-commerce payment gateway. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application MúzaPay. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details. ## Change log * v2 - 2025-06-26 * Added HEALTH value to productCode enum as mandated by the Czech state legislation. * amountAuthorized in PaymentStateResponse renamed to remainingAmount to better capture its meaining. * Added HTTP 410 Gone response to the cancelPayment() operation. * Corrected pattern of orderReferenceCode * Multiple corrections of the documentation, examples and field ordering changes - non-impacting.
ausus/standard-stack
306 Downloads
AUSUS — the V0 Standard Stack: bundles kernel + persistence-sql + runtime-default + api-http and ships the high-level Ausus\Application bootstrap facade. Skeleton packages (tenancy-row, audit-database, auth-bridge, presentation-default) will be added as their RFC-12 §16 implementations land.
p8p/client
55 Downloads
HTTP client for communicating with Kubernetes APIs with support for multiple authentication methods
kroderdev/laravel-microservice-core
150 Downloads
Laravel package providing JWT authentication, RBAC, distributed tracing, and multi-service HTTP client for microservice architectures.