Libraries tagged by headerx
headerx/laravel-jetstream-passport
8455 Downloads
Passport and OAuth2 support for laravel's jetstream starter kit (Livewire)
headerx/laravel-iframes
2685 Downloads
Easily load routes inside an iframe.
headerx/laravel-legacy-loader
965 Downloads
catch-all routing for use of vanilla php scripts in your laravel app.
headerx/laravel-adminer-plugins
1165 Downloads
Plugin helper for use with onecentlin/laravel-adminer
headerx/buku-icons
1191 Downloads
# Installs over 50,000 icons. From https://blade-ui-kit.com/blade-icons
headerx/laravel-jetstream-installers
73 Downloads
The missing commands to install various packages into the Jetstream skeleton
headerx/laravel-helpers
972 Downloads
A Modest Collection of Laravel Helpers
tba-api/tba-api-client-php
6 Downloads
# Overview Information and statistics about FIRST Robotics Competition teams and events. # Authentication All endpoints require an Auth Key to be passed in the header `X-TBA-Auth-Key`. If you do not have an auth key yet, you can obtain one from your [Account Page](/account). A `User-Agent` header may need to be set to prevent a 403 Unauthorized error.
kruegge82/billbee-php-sdk-api
14 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.
mporcheron/clacks-overhead
10 Downloads
Plugin to append outgoing mail from Roundcube with the header X-Clacks-Overhead: GNU Terry Pratchett
mobiledetect/mobiledetectlib
114956628 Downloads
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
fruitcake/laravel-cors
105984401 Downloads
Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application
willdurand/negotiation
94120952 Downloads
Content Negotiation tools for PHP provided as a standalone library.
nelmio/cors-bundle
69837762 Downloads
Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
mrclay/minify
13217466 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers