Libraries tagged by mail service
morenorafael/laravel-mail
3 Downloads
Este paquete extiende el funcionamiento del servicio Mail de Laravel
will-belo/geo-location-service
2 Downloads
Serviço para encontrar lojas mais próximas baseado em geolocalização
wh/main-bundle
223 Downloads
Symfony WHMainBundle
qianlizeguo/yii2-mall-storage
15 Downloads
A file uploading extension for Yii2, saving files to object storage service.
qianlizeguo/yii2-mall-sms
15 Downloads
Third-party SMS gateway service integrations for Yii2.
pluf/mall
43 Downloads
A module to work with multiple shop
chill-project/main
1953 Downloads
The main bundle for the Chill App
rocketyang/phpsms
80 Downloads
sms send library for php, support the main SMS service provider.
osynapsy.net/osynapsy-ai
0 Downloads
Library for interface php with main AI service
mprince2k18/typesetter
1 Downloads
The main typesetter service for generating PDFs from Markdown for ebooks.
mannysoft/geoip
8 Downloads
Supports the two main GeoIP services (infoDB and Maxmind).
wpify/dpd-geo-php-sdk
8 Downloads
This documentations describes what the GeoAPI is and how to use it properly. **What is GeoAPI** The GeoAPI allows DPD customers to manage (CRUD) their shipments and shipment related data. The main purpose of the API is to provide the customer the means for: - Creating and managing new shipments - Ordering pickups for parcels - Printing parcel labels - Listing all available shipping services - Validating shipping routes It also provides methods for listing your pickup addresses and the details of individual parcels. Each user is assigned a user account under which he is able to track multiple customer DSWs (customer numbers). You as a customer can use a single GeoAPI account to send shipments under multiple DPD customer numbers.
the-basement/common
12 Downloads
This package is just some interfaces used by thebasement.club. Anyone is welcome to build services that conform to the interfaces and suggest them to be included in the main site by creating an issue.
omojunior/ph-pwss-soap-client
5 Downloads
This package is a wrapper based around the PHP soap Client,the package main purpose is to help developers make a call to web services using wsdl and wss security as their authentication method.
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".