Libraries tagged by combinations
pavlovich-app/yii2-compressor
23 Downloads
Runtime minification and combination of asset files.
owen-jones/color-kit
12 Downloads
A PHP library for manipulating accessible color combinations.
nogrod/dhl-retoure-php-sdk
56 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".
netresearch/oro-hide-unavailable-variants-bundle
3 Downloads
This OroCommerce bundle hides attribute combinations of configurable products in the storefront, if an applicable variant product does not exist.
nelsonkti/componentize
22 Downloads
componentize is a combination of componentization and modularization
mistralys/subsetsum
916 Downloads
PHP SubsetSum implementation to search for number combinations.
michaelking0/phpthumb
1941 Downloads
Fork of PHPThumb that adds a fix for combination of adaptiveResize and resizeUp issues.
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.
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.
jlem/context
4 Downloads
A very simple library for juggling configuration settings based on a given combination of multiple contexts
huijiewei/yii2-timezone
59 Downloads
This library allows you to detect a user's timezone from within their browser. It is often useful to use JSTZ in combination with a timezone parsing library such as Moment Timezone.
gn36/firstpostedit
84 Downloads
Allows differenciating editing permissions for the first post. Allows bypassing the max edit time setting for the first or all posts on a per-forum basis. If you use other extensions that change users edit permissions, please check thoroughly whether they still work correctly in combination with this extension.
frontkom/semester-and-year
0 Downloads
A PHP value object representing a semester/year combination
fabis94/php-twiddle
56711 Downloads
The Chase's Twiddle algorithm rewritten in PHP that returns all combinations of m out of n objects.
dynamatrix/laravel-vue
10 Downloads
A laravel and vue combination supporting a laravel backend and a vue frontend.