Libraries tagged by headerx
headerx/laravel-jetstream-passport
9652 Downloads
Passport and OAuth2 support for laravel's jetstream starter kit (Livewire)
headerx/laravel-iframes
3481 Downloads
Easily load routes inside an iframe.
headerx/laravel-legacy-loader
966 Downloads
catch-all routing for use of vanilla php scripts in your laravel app.
headerx/laravel-adminer-plugins
1188 Downloads
Plugin helper for use with onecentlin/laravel-adminer
headerx/buku-icons
1240 Downloads
# Installs over 50,000 icons. From https://blade-ui-kit.com/blade-icons
headerx/laravel-jetstream-installers
74 Downloads
The missing commands to install various packages into the Jetstream skeleton
headerx/laravel-helpers
973 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
22 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.
cbeyersdorf/easybill
1 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.
mporcheron/clacks-overhead
10 Downloads
Plugin to append outgoing mail from Roundcube with the header X-Clacks-Overhead: GNU Terry Pratchett
mobiledetect/mobiledetectlib
126228816 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
110625511 Downloads
Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application
willdurand/negotiation
101238614 Downloads
Content Negotiation tools for PHP provided as a standalone library.
nelmio/cors-bundle
76215412 Downloads
Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application