Libraries tagged by mybusiness SDK
dinja/poste-delivery-business-sdk
422 Downloads
Unofficial PHP SDK for Poste Delivery Business Rest API services
business-ru/business-online-sdk-php
1790 Downloads
SDK для работы с API Бизнес.Ру
crunchzapp/crunchzapp-php-sdk
372 Downloads
Official PHP SDK for CrunchzApp WhatsApp Business API - Send messages, manage contacts, groups, and OTP verification
yoomoney/yookassa-payout-sdk-php
11527 Downloads
You can automate payouts by integrating with YooMoney for Business via the protocol of mass payouts.
forepath/obms-module-sdk
254 Downloads
The OBMS module SDK.
emanuelecoppola/satispay-php-sdk
126 Downloads
Satispay API PHP SDK
1msg/one_msg_waba_sdk
2792 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
teodoriu/laravel-whatsapp
171 Downloads
A Whatsapp Business Cloud API wrapper for Laravel.
libriciel/iparapheur-v5-api-php
2238 Downloads
iparapheur v5.x main core application. The main link between every sub-services, integrating business code logic.
satispay/online-api-php-sdk
4771 Downloads
Satispay GBusiness API PHP SDK
business-ru/ofd-api-sdk-php
59 Downloads
SDK для работы с OFD API
business-ru/atol-api-sdk-php
116 Downloads
SDK для работы с Atol API
onetech/whatsapp-360-dialog-sdk
10 Downloads
PHP SDK for 360 Dialog WhatsApp Business API
nogrod/dhl-shipping-php-sdk
58 Downloads
Note: This is the specification of the DPDHL Group Parcel DE Shipping API for Post & Parcel Germany. This REST web service allows business customers to create shipping labels on demand.
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".