Libraries tagged by rachie
achieversaim/larasalesbinder
7 Downloads
sales binder for laravel
achieffment/helpers
13 Downloads
My useful helpers for php development
zz98500/php-dfa-sensitive
69 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
xitedev/wiretables-money
7 Downloads
Implementing Brick Money on Laravel Livewire and Wiretables can be achieved gracefully by following some best practices
wuxiumu/sensitive-word-filtering
13 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
ufucms/php-dfa-sensitive
23 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
theultrasoft/slots
10 Downloads
Slots is a sequence load balancer optimized by slots and max load. This class can be used to load balance proxies and achieve better anonymity.
skcin7/laravel-settings
26 Downloads
Laravel package to achieve persistent settings easily in your Laravel project.
simaguo/javascript-bitwise-operators
98 Downloads
php to achieve javascript bitwise operation
shencongcong/jwt
35 Downloads
a easy jwt achieve
sfcms/making-bundle
11 Downloads
Module allowing you to create one or more achievements. Each creation will include before and after photos, in order to highlight your qualities and your know-how.
robotamer/facade
15 Downloads
RoboTamer Facade is a component dependency substitution system to achieve component independentcy via the facade programming pattern.
ongudidan/id-generator
2 Downloads
This package is used to generate unique id which combines UUID and other encoding and timestamp to achieve the uniqueness
nonetallt/joptimize
16 Downloads
Automatically optimize PHP methods based on results achieved by tweaking parameters
nogrod/dhl-retoure-php-sdk
58 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".