Download the PHP package messente/messente-api-php without Composer
On this page you can find all versions of the php package messente/messente-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download messente/messente-api-php
More information about messente/messente-api-php
Files in messente/messente-api-php
Package messente-api-php
Short Description [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
License unlicense
Homepage https://messente.com
Informations about the package messente-api-php
Messente API Library
- Messente API version: 2.0.0
- PHP artifact version: 3.2.0
Messente is a global provider of messaging and user verification services. Send and receive SMS, Viber, WhatsApp and Telegram messages. Manage contacts and groups. Fetch detailed info about phone numbers. Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds tools to help organizations connect their services to people anywhere in the world.
Installation
Install Messente API library with composer require messente/messente-api-php
.
Features
Messente API has the following features:
- Omnichannel (external docs),
- Phonebook (external docs).
Messente API Library provides the operations described below to access the features.
BlacklistApi
- Adds a phone number to the blacklist
addToBlacklist
- Deletes a phone number from the blacklist
deleteFromBlacklist
- Returns all blacklisted phone numbers
fetchBlacklist
- Checks if a phone number is blacklisted
isBlacklisted
BulkMessagingApi
- Sends a bulk Omnimessage
sendBulkOmnimessage
ContactsApi
- Adds a contact to a group
addContactToGroup
- Creates a new contact
createContact
- Deletes a contact
deleteContact
- Lists a contact
fetchContact
- Lists groups of a contact
fetchContactGroups
- Returns all contacts
fetchContacts
- Removes a contact from a group
removeContactFromGroup
- Updates a contact
updateContact
DeliveryReportApi
- Retrieves the delivery report for the Omnimessage
retrieveDeliveryReport
GroupsApi
- Creates a new group with the provided name
createGroup
- Deletes a group
deleteGroup
- Lists a group
fetchGroup
- Returns all groups
fetchGroups
- Updates a group with the provided name
updateGroup
NumberLookupApi
- Requests info about phone numbers
fetchInfo
OmnimessageApi
- Cancels a scheduled Omnimessage
cancelScheduledMessage
- Sends an Omnimessage
sendOmnimessage
StatisticsApi
- Requests statistics reports for each country
createStatisticsReport
Auth
Type: HTTP basic authentication
Read the external getting-started article which explains API keys and Sender ID logic.
Getting started: sending an omnimessage
License
Terms
All versions of messente-api-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2 || ^7.0
guzzlehttp/psr7 Version ^1.8