Download the PHP package messenger_os/messenger_os-php without Composer
On this page you can find all versions of the php package messenger_os/messenger_os-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download messenger_os/messenger_os-php
More information about messenger_os/messenger_os-php
Files in messenger_os/messenger_os-php
Download messenger_os/messenger_os-php
More information about messenger_os/messenger_os-php
Files in messenger_os/messenger_os-php
Vendor messenger_os
Package messenger_os-php
Short Description This library allows easily sending emails through MessengerOS using PHP.
License MIT
Package messenger_os-php
Short Description This library allows easily sending emails through MessengerOS using PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package messenger_os-php
This library allows you to quickly and easily send emails, SMSes and web push notifications with MessengerOS API via PHP
Table of Contents
- Installation
- Quick Start
- About
Installation
Prerequisites
- Compatible with PHP Version 7.4 and above.
- A MessengerOS active account is needed - we offer 3,000 free emails each month, without adding our logo to your emails. You need more? Check our pricing here.
Setup Environment Variables
-
Copy the sample env file to a new file named
.env
- Edit the
.env
file to includethe following API KEYS
that live in your MessengerOS account.
`
Install Package
Quick Start
Include the proper lines from below at the top of each example based on your installation method:
A basic example for sending an email
The following is the minimum needed code to send an email. You may find more examples in our examples class here
About
messengeros-php is maintained and funded by MessengerOS.
All versions of messenger_os-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-json Version *
ext-json Version *
The package messenger_os/messenger_os-php contains the following files
Loading the files please wait ....