Libraries tagged by SingleSO
proger/feeder
876 Downloads
Standalone module to generate standards-compliant RSS 0.92, 2.0 and Atom feeds from a single data source.
prevailexcel/botstart
57 Downloads
A single command to install Laravel, BotMan, and all the essentials. Start building in less than 3 minutes
pressbooks/pressbooks-saml-sso
159 Downloads
Shibboleth Single Sign-On integration for Pressbooks.
pixelbrackets/gfm-stylesheet
1926 Downloads
GitHub Flavored Markdown Stylesheet - Version of the »sindresorhus/github-markdown-css« stylesheet with a body style and without the »markdown-body« prefix
phl/laravel-sti
3120 Downloads
Single table inheritance with eloquent
pear/php_archive
15 Downloads
Create a single .phar file containing an entire application
pawelmysior/laravel-localize
1030 Downloads
Localize your Laravel application with a single command
pascaldevink/graphql-federation
599 Downloads
Utility for creating GraphQL microservices, which can be combined into a single endpoint through tools like Apollo Gateway
owenmelbz/domain-enforcement
4855 Downloads
Laravel 5+ middleware to enforce a single domain on your application. e.g non-www. to www.
orottier/laravel-migration-squasher
95 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
orbitale/permissions-bundle
69 Downloads
Using a new "permissions" directive as a single voter
nzta/googlemap-leafletfield
395 Downloads
Provides a form field type allowing users to draw features on a map, the features are stored as geoJSON objects in a single database field
nystudio107/disqus
492 Downloads
Integrates the Disqus commenting system into Craft CMS websites, including Single Sign On (SSO) and custom login/logout URLs.
nystudio107/craft-vanillaforums
634 Downloads
Single Sign On plugin for Vanilla Forums/jsConnect and CraftCMS
nogrod/dhl-retoure-php-sdk
88 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".