Download the PHP package mocean/magento-sms without Composer

On this page you can find all versions of the php package mocean/magento-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento-sms

MoceanAPI Magento SMS Extension

Contents

Features

Installation

  1. Navigate to your Magento root directory

  2. Download MoceanAPI Magento SMS Extension using command below

composer require mocean/magento-sms

  1. Enable the extension and clear static view files using below command

php bin/magento module:enable Mocean_MagentoSms --clear-static-content

  1. Register the extension using below command

php bin/magento setup:upgrade

  1. Clean the cache using below command

php bin/magento cache:clean

  1. Configure the extension in Admin Panel at Admin Panel => Stores => Configuration => MoceanAPI

image

Configuration

  1. Mocean API Key

You can get Mocean API key from MoceanAPI Dashboard

  1. Mocean API Secret

You can get Mocean API key from MoceanAPI Dashboard

  1. Sender Name

Your business name

  1. Admin phone number

Your phone number to get notified on new orders

  1. Debug

If set to yes, will log API Calls

SMS Settings

  1. Send SMS to Admin on new order

Select yes and you will be able to customise the SMS template to send.

  1. Send SMS to your customer when their order status changed to SHIPPED

Select yes and you will be able to customise the SMS template to send to your customer when their order status changed to shipped

image

FAQ

  1. Can I get Test Credits ?

You can get 20 FREE credits and credits are valid for 14 days. Subject to approval.

  1. Can I send international messages?

Yes. We are an international SMS provider. You can send out SMS both locally and internationally based on our price list.

  1. What is the maximum characters per SMS I can put into the message?

160 characters for a normal text message, 70 characters for a Unicode text message (Arabic, Chinese, and etc)

  1. Is there a limit to how many numbers I can send at one time?

There is no limit on numbers to be sent in one go.

  1. What format does my phone number need to be in?

Mobile phone numbers need to be entered in international formatting with the country code and without spaces, plus signs or leading zeros.

Did not find what you're looking for ?

Raise a support ticket with our Support Team at [email protected].

Feature Request / Get Help

Raise a support ticket with our Support Team at [email protected].


All versions of magento-sms with dependencies

PHP Build Version
Package Version
Requires php Version ~5.5|~5.6|~7.0|~7.1|~7.2|~7.3|~8.0|~8.1
magento/framework Version ^100.0.0|^101.0.0|^102.0.0|^103.0.0|^104.0.0
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mocean/magento-sms contains the following files

Loading the files please wait ....