Libraries tagged by combind
mandarinmedien/mmcmfadminbundle
92 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
4864 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
465 Downloads
This package helps combine front-end resources (html, js, css) into reusable blocks (modules)
libra/datatables-assets
561 Downloads
DataTables assets for web project that use public dir as document root, like application on Zend Framework 2. It nice combines with 'libra/libra-assets-installer'for automatic linking to dir and becomes accesible by url: base_name/vendor/datatables-assets/*
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
9 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/dhl-retoure-php-rest-sdk
2 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
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.
kadokweb/minify
8 Downloads
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
k3ssen/vue-bundle
42 Downloads
Bundle for Symfony (4.4, 5, 6) applications that makes combining Twig and Vue easy
josef.kufner.cz/lyx-on-twig
6 Downloads
Simple PHP library combining LyX and Twig to create beautiful generated documents in LaTeX.