Libraries tagged by combinator
owen-jones/color-kit
56 Downloads
A PHP library for manipulating accessible color combinations.
nogrod/dhl-retoure-php-sdk
424 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".
marcuspi/random-factor
8915 Downloads
Makes strings of random words (if you need a semi-safe random word combination)
magento-hackathon/layered-landing
432 Downloads
Create landing pages based on a combination of category and layered navigation attribute filters.
looplinguist/random-password-generator
548 Downloads
This Laravel package serves to generate random passwords tailored to your specific requirements. It offers a range of options, including passwords with symbols, numbers only, characters only, mixed lowercase and uppercase letters, non-symbol passwords, or combinations of digits and characters. You can customize the password generation process to suit your application's security needs effectively.
level-level/clarkson-core
135776 Downloads
A plugin to write Object-Oriented code in combination with the Twig templating engine while keeping the WordPress Way of working in mind.
lajax/yii2-asset-minifier
10780 Downloads
Runtime minification and combination of asset files.
grindnu/magento2-media
4148 Downloads
Small module to replace the standard Fotorama with a combination of Lightslider and LightGallery
davidgorges/color-contrast-php
418 Downloads
A tiny library to find color combinations with a contrast threshold
creacore-team/creacore-ruleset
362 Downloads
Creacore ruleset, combination of PSR-2 and Allman indent style
factorio-item-browser/combination-api-client
3642 Downloads
A PHP client library to access the Combination API of the Factorio Item Browser.
creatortsv/combination-iterator
696 Downloads
syntaxerrorllc/stromite
14 Downloads
Adds a combination of Entity driven objects and configurable Workflows to deliver a uniquely customizable application
nolin/permutations
4 Downloads
Generate permutations and combinations.
mistralys/subsetsum
1120 Downloads
PHP SubsetSum implementation to search for number combinations.