Libraries tagged by ach
codearachnid/check-commerce-php-sdk
50 Downloads
PHP SDK for the Check Commerce (OBP Link) API — ACH, RTP, paper check and IAT payments, consumers, subscriptions, hosted payment pages and merchant boarding.
ansezz/laravel-gamify
813 Downloads
Add Gamification in laravel app with point and badges support
achyutn/laravel-seo
1825 Downloads
An opinionated Laravel package to manage SEO easily.
achyutn/flirt-kit
223 Downloads
The skeleton application for the Laravel framework with RILT stack and Filament v4 as Admin Panel.
achttienvijftien/tile
6369 Downloads
Use twig in your WordPress themes
achttienvijftien/media
3346 Downloads
Media plugin by 1815.
achttienvijftien/building-techniques
2643 Downloads
Building techniques for WordPress
achinon/yaml_classer
801 Downloads
Transforms YAML files into callable classes for easy reference inside of your IDE.
achinon/toolset
2072 Downloads
A toolset I use for most of the projects I work on.
achillesp/laravel-crud-forms
5574 Downloads
Create CRUD Forms for Laravel Models.
achertovsky/phptools
2707 Downloads
achertovsky/phpdrc
2850 Downloads
dependency rule checker
wgrape/esupdater
4 Downloads
A high-performance lightweight framework of PHP to achieve incremental update of ES documents.
sectheater/laravel-jarvis
117 Downloads
Achieve Your Ambition with me
nogrod/dhl-retoure-php-sdk
471 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".