Libraries tagged by peter
nogrod/dhl-retoure-php-sdk
88 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".
mediarox/module-instant-estimated-shipping
221 Downloads
This Magento 2 module automatically determines & sets (based on the configured default country) the lowest shipping method once the shopping cart is calculated.
lukasbableck/contao-title-description-bundle
84 Downloads
This bundle adds a meter for the length of the page title and description in the Contao backend as well as a picker that allows you to easily insert special characters into your title or description. The maximum values for the title and description length are based on the maximum length that Google usually displays in search results.
kba-team/cake2_app_version
4423 Downloads
CakePHP plugin to determine the current version of your application. The version is either taken from the commit.json of the deploy script or from the local clone of the git repository.
garybell/password-validator
110263 Downloads
Password validation determined by password entropy
g105b/drng
55 Downloads
Deterministic random number generator.
foskym/flarum-multi-mailer
381 Downloads
Allow you to use different smtp configs determined by user email domain suffix.
ffi/location
39774 Downloads
PHP library for determining the physical location of binaries
eas/eucompliance
92 Downloads
EAS EU compliance plugin is a comprehensive fully automated EU VAT and customs solution for new special VAT schemes. The solution provides complete tax determination and reporting needed for unimpeded EU market access
divineomega/github-status-api
4 Downloads
Programmatically determine if GitHub is working well, or experiencing issues
dissolve/single-emoji-recognizer
31 Downloads
Determine if a string is a 'Single' Emoji
digitalutsc/group_solr
1638 Downloads
This module add Solr indexed field(s) which is determined access control with Group module for an indexed item to be public or private for annonymous users
designbycode/south-african-id-validator
37 Downloads
The South African ID Validator is a PHP class that validates and extracts information from South African ID numbers. It uses the Luhn Algorithm to validate the ID number and provides methods to determine the gender, citizenship, and birthdate of the individual.
cyberline/tor-detect
77 Downloads
Class to determine if Remote User is using the TOR Network
ctroms/retryable
197 Downloads
Easily determine and retry fails requests with configuratble strategies