Skip to content

esendex/esendex-magento-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esendex Magento Module

Installation

Requirements

  • PHP >= 5.3.0

There are three ways to install this module, Connect, Composer or from an Archive file.

Composer

Add the following to the require section in your composer.json file:

{
    "require": {
        ...
        "esendex/sms": "dev-master", //replace with actual version
        ...
    }
}

Then run composer update. If you are using a Magento Composer Installer (eg this one), your files should automatically be installed to your Magento installations root directory after the update has finished.

Connect

Visit the Connect page

Archive

Download the archive from GitHub, extract the files and copy then to your Magento installations root directory


Clear the cache, logout from the admin panel and then login again to complete the installation.

Developer Documentation

A tutorial detailing how to add custom events to the Esendex SMS module can be found [here](docs/Building A Custom Module.md)

A further tutorial showing how to create advanced events (building on from the previous tutorial can be found [here](Adding Fields To Notification.md)

About

Magento Esendex SMS extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published