Libraries tagged by herfe
herrera-io/service-container
935 Downloads
A simple service container.
herrera-io/phpunit-test-case
5753 Downloads
A PHPUnit test case class with additional functionality.
herrera-io/object-storage
1210 Downloads
An object store for specific objects.
herrera-io/go
541 Downloads
A simple PHP build tool.
herrera-io/file-system-functions
1178 Downloads
A collection of file system related functions.
herrera-io/cli-app
813 Downloads
A service container-based Symfony Console application template.
aura-is-here/laravel-multi-tenant
18061 Downloads
webgriffe/cms-helper-extension
27152 Downloads
Extension description here
tim168/search-engine-rank
52 Downloads
Package description here.
taes/fetcher
2036 Downloads
Your package description goes here
taes/discord-client
1127 Downloads
Your package description goes here
slavlee/popup-power
1195 Downloads
Powerful TYPO3 extension to display popups. Buy the PRO Version here: https://popup-power.slavlee.de/buy-pro
redchamps/module-customer-cart-tab-fix
25263 Downloads
It will fix Magento 2 issue reported here https://github.com/magento/magento2/issues/26437.
radishconcepts/potting-soil
4274 Downloads
Radishes need soil, so here is potting soil. The base for your WordPress projects.
nogrod/dhl-retoure-php-sdk
550 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".