Libraries tagged by request data
kruegge82/billbee-php-sdk-api
24 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.
jasonbrady/jquery-typeahead
172 Downloads
jQuery plugin that provides Typeahead (autocomplete) Search preview from Json object(s) via same domain Ajax request or cross domain Jsonp and offers data compression inside Local Storage. The plugin is built with a lot of options and callbacks to allow customization.
imgusev/sanitizer
8 Downloads
Data sanitizer and Laravel 5 form requests with input sanitation.
hidan122/sanitizer
9 Downloads
Data sanitizer and Laravel 8 form requests with input sanitation.
grpaiva/sanitizer
20 Downloads
Data sanitizer and Laravel 5 form requests with input sanitation.
drongotech/iplocationmanager
35 Downloads
Using IP Stack to get request ip and save the ip meta data
debiano/sanitizer
6 Downloads
Data sanitizer and Laravel 7 form requests with input sanitation.
danielebuso/sanitizer
4466 Downloads
Data sanitizer and Laravel 7 form requests with input sanitation.
briefingsource/sanitizer
3 Downloads
Data sanitizer and Laravel 8 form requests with input sanitation. Forked from Waavi/sanitizer and updated for Laravel 11.
awema-pl/module-repository
63 Downloads
Implementation of repository pattern for Laravel. The package allows out-of-the-box filtering of data based on parameters in the request, and also allows you to quickly integrate the list filters and custom criteria.
atharhashmi/sanitizer
316 Downloads
Data sanitizer and Laravel 8 form requests with input sanitation.
rootscratch/ratelimit
7 Downloads
Rootscratch Ratelimit PHP is a lightweight session-based rate-limiting solution for PHP applications. It helps protect your web app from excessive requests by implementing request throttling without the need for external databases like Redis.
aliirfaan/citronel-external-service
16 Downloads
Consume external APIs using a standard interface using Laravel http client. Log requests and responses for API calls in database and log file for auditing/debugging purposes.
zvps/ebay-sell-marketing-php-client
33 Downloads
The Marketing API offers two platforms that sellers can use to promote and advertise their products: Promoted Listings is an eBay ad service that lets sellers set up ad campaigns for the products they want to promote. eBay displays the ads in search results and in other marketing modules as SPONSORED listings. If an item in a Promoted Listings campaign sells, the seller is assessed a Promoted Listings fee, which is a seller-specified percentage applied to the sales price. For complete details, see Promoted Listings. Promotions Manager gives sellers a way to offer discounts on specific items as a way to attract buyers to their inventory. Sellers can set up discounts (such as "20% off" and other types of offers) on specific items or on an entire customer order. To further attract buyers, eBay prominently displays promotion teasers throughout buyer flows. For complete details, see Promotions Manager. Marketing reports, on both the Promoted Listings and Promotions Manager platforms, give sellers information that shows the effectiveness of their marketing strategies. The data gives sellers the ability to review and fine tune their marketing efforts. Important! Sellers must have an active eBay Store subscription, and they must accept the Terms and Conditions before they can make requests to these APIs in the Production environment. There are also site-specific listings requirements and restrictions associated with these marketing tools, as listed in the "requirements and restrictions" sections for Promoted Listings and Promotions Manager. The table below lists all the Marketing API calls grouped by resource.
zjkiza/tmp-storage-bundle
1 Downloads
The bundle for temporary storage data which needs to be preserved between stateless requests.