Libraries tagged by intro
kruegge82/dhl-retoure-php-rest-sdk
2 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".
kitlabs/dbal
132 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
keven/stream-mode
12 Downloads
Object oriented wrapper to introspect a file stream mode
kdoctrine/dbal
1289 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
kayobruno/http-status-code
0 Downloads
The "HTTP Status Code Abstraction" project is a PHP 8-based initiative aimed at simplifying the management and usage of HTTP status codes by introducing ENUM support. HTTP status codes are integral to web development, providing vital information about the success or failure of HTTP requests and responses. However, managing and referencing these status codes in a clear and organized manner can often be challenging. This project seeks to address this challenge by leveraging PHP 8's ENUM feature.
karlos3098/laravel-primevue-table-service
952 Downloads
The Service that facilitates integration with PrimeVue tables by introducing easy pagination, filtering and sorting.
josephfusco/twentytwenty-font-fix
6 Downloads
This WordPress plugin is a temporary solution for the font rendering issue introduced in Chrome 79.0.3945.88.
jkbennemann/laravel-features
7 Downloads
The package provides a convenient way to introduce new functionalities into your application by simply switching them on or off or granting access only to specific groups of users.
istanbay/laravel-pivot
130 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
il-k-honda-akamai-open/edgegrid-client
751 Downloads
Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html
icybee/module-journal
10 Downloads
Introduces the Albums content type to the CMS Icybee.
icybee/module-images-albums
84 Downloads
Introduces the Albums content type to the CMS Icybee.
icybee/module-articles
100 Downloads
Introduces the Article content type to the CMS Icybee.
hschottm/faqextensions
233 Downloads
Extends the FAQ bundle in Contao. The bundle allows you to highlight very popular FAQ articles or your personal recommendations in the Contao frontend. It also introduces voting support for FAQ articles.
gjuric/zendesk_api_client_php
468 Downloads
PHP Client for Zendesk REST API. See https://developer.zendesk.com/rest_api/docs/core/introduction .