Popular Packages
-
-
-
PHP
uselocale/locale-laravel
Manage translations with Locale and smoothly synchronize them with your project using our simple package commands.
Abandoned!
-
-
PHP
redrum0x/aspnetcore-identity
A direct port of the algorithms used to generate and verify ASP.NET password hashes in .NET Core
-
-
-
-
PHP
bain2018/mimey
PHP package for converting file extensions to MIME types and vice versa. suit for php8
-
PHP
schatzopoulos/yii2-scholar-indicators
This extension facilitates the computation of BIP! Scholar research-level impact indicators.
-
PHP
webfox/laravel-inertia-dataproviders
Data providers to encapsulate logic for Inertia views
Abandoned! See foxbytehq/laravel-inertia-dataproviders
-
-
PHP
nogrod/ebay-sell-feed-php-sdk
<p>The <strong>Feed API</strong> lets sellers upload input files, download reports and files including their status, filter reports using URI parameters, and retrieve customer service metrics task details.</p>
-
PHP
nogrod/dhl-retoure-php-sdk
# 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".