Libraries tagged by combind
mifesta/mobiledetect-laravel
119 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.
michaelking0/phpthumb
1941 Downloads
Fork of PHPThumb that adds a fix for combination of adaptiveResize and resizeUp issues.
mhinspeya/mhinspeya-hyva-videoshopping
3 Downloads
The VideoShopping module for Magento 2 revolutionizes the online shopping experience by integrating video content directly into the product browsing journey. Users can watch both live and recorded videos that showcase products in detail, providing a rich, immersive experience. The module allows customers to purchase individual products directly from the video or add all featured products to their cart with a single click, streamlining the shopping process. Additionally, users can schedule and add shopping events to their personal calendars, ensuring they never miss a live shopping event. This module enhances engagement and drives sales by combining visual content with seamless shopping functionality.
mhinspeya/inspeya-video-shopping
0 Downloads
The VideoShopping module for Magento 2 revolutionizes the online shopping experience by integrating video content directly into the product browsing journey. Users can watch both live and recorded videos that showcase products in detail, providing a rich, immersive experience. The module allows customers to purchase individual products directly from the video or add all featured products to their cart with a single click, streamlining the shopping process. Additionally, users can schedule and add shopping events to their personal calendars, ensuring they never miss a live shopping event. This module enhances engagement and drives sales by combining visual content with seamless shopping functionality.
meius/flag-forge
49 Downloads
FlagForge is a lightweight, high-performance library for bitwise enumerations. It offers intuitive tools to create, combine, and verify flags for efficient management of Boolean states in applications—ideal for access control, configuration options, and scenarios demanding compact storage and fast processing.
mandarinmedien/mmcmfadminbundle
91 Downloads
This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.
lyignore/bloom
4 Downloads
Bloem algorithm combined with redis implementation
lukasros/json-include
10 Downloads
Combine JSON data from multiple files.
luinuxscl/laravel-prompts
1 Downloads
Package para almacenar y combinar prompts dinámicamente en Laravel.
luderson/mobiledetectlib
4863 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.
lightsource/front-blocks
462 Downloads
This package helps combine front-end resources (html, js, css) into reusable blocks (modules)
legendhasit/secret-weapon
0 Downloads
It's an impressive WordPress setup built with the powerful combination of Bedrock by Roots and the Sage theme by Roots. This exceptional configuration also incorporates MUDev Plugins and ACF, resulting in a development masterpiece crafted by our team of Legends. We affectionately refer to it as our secret weapon.
ldl-framework/container-builder
344 Downloads
Combines different service files in different directories
laravelutilities/translator
8 Downloads
This package mainly combine all the files inside lang folder and give the wrapper which will either collect information from the combined file or as a fallback if particular key is not defined collect from original file through a helper
kruegge82/billbee-php-sdk-api
23 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.